Closed
Bug 504498
Opened 15 years ago
Closed 15 years ago
Add memmove to list of functions for which next frame should be included in signature
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: lars)
References
Details
The topcrash list for Firefox 3.5 includes
memmove
memcpy | fillInCell
memmove is another one of those utility functions where crashes are always the fault of the caller, and I guess I neglected list it in bug 411349. Can you add it now?
Reporter | ||
Comment 1•15 years ago
|
||
Also:
strlen
PL_strlen
Reporter | ||
Comment 2•15 years ago
|
||
Two more common ones from Firefox crash stats:
RaiseException
wcslen
Reporter | ||
Comment 4•15 years ago
|
||
arena_dalloc is another one. (Do I need to file a new bug at this point?)
Assignee | ||
Comment 5•15 years ago
|
||
Jesse: no, you need not file another bug since I just have to file one for IT - no need to proliferate bugs.
I've submitted IT bug 512309 to address this issue.
Assignee | ||
Comment 6•15 years ago
|
||
I believe these requests have all been addressed - correct me if I'm wrong.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 7•15 years ago
|
||
We found another group of these in bug 527567: all nsCOMPtr_base and nsCOMPtr<T> methods. There's an unbounded set, because nsCOMPtr is a template - can the system handle that? If regular expressions are used, you could just key off \<nsCOMPtr(_base\>|<)...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 8•15 years ago
|
||
It occurs to me that you might as well do \<nsRefPtr(_base\>|<) at the same time.
Comment 9•15 years ago
|
||
there maybe firefox 3.6 blocker bugs hidding under Bug 527567 and others that depend on making these skip list changes.
we can't get at that analysis until these changes go in and the analysis continues on the other bugs..
Flags: blocking1.9.2?
Comment 10•15 years ago
|
||
Closing again as this was dealt with in bug 530684.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Flags: blocking1.9.2?
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•