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)

x86
macOS
task
Not set
normal

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?
Also: strlen PL_strlen
Two more common ones from Firefox crash stats: RaiseException wcslen
I've made an IT request for this change
Assignee: nobody → lars
arena_dalloc is another one. (Do I need to file a new bug at this point?)
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.
Blocks: 503560
I believe these requests have all been addressed - correct me if I'm wrong.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
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 → ---
It occurs to me that you might as well do \<nsRefPtr(_base\>|<) at the same time.
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?
Closing again as this was dealt with in bug 530684.
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
Flags: blocking1.9.2?
Component: Socorro → General
Product: Webtools → Socorro
You need to log in before you can comment on or make changes to this bug.