Summary: | Memory handling problems under IRIX 6.5.30 | ||
---|---|---|---|
Product: | dbus | Reporter: | Tuomas Jormola <tj> |
Component: | core | Assignee: | Havoc Pennington <hp> |
Status: | RESOLVED DUPLICATE | QA Contact: | John (J5) Palmieri <johnp> |
Severity: | enhancement | ||
Priority: | low | CC: | srcshelton, tj, walters |
Version: | 1.2.x | Keywords: | NEEDINFO, want-backtrace |
Hardware: | SGI | ||
OS: | IRIX | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
dmalloc log file running dbus-daemon --introspect
stacktrace of the segfault when running dbus-daemon --introspect |
Description
Tuomas Jormola
2008-07-10 06:18:25 UTC
Created attachment 17619 [details]
stacktrace of the segfault when running dbus-daemon --introspect
In a brief look, I don't see why we'd crash at that particular point honestly. (In reply to comment #0) > Created an attachment (id=17618) [details] > dmalloc log file running dbus-daemon --introspect This log would be more valuable if there were some stacktrace availble from the failure-point. > (15:42:25)(root@saraswati)(/scratch/tmp/dbus/dbus-1.2.1-malloc_ss/bus)$ > ./dbus-daemon --introspect > SSmalloc error (Process 1419844): overrun address (0x10090260), tail guard > @0x1009038e is corrupt > SSmalloc error (Process 1419844): failed realloc (0x10090260, 604); returned > NULL pointer > SSmalloc error (Process 1419844): memory area @0x10090260 has already been > freed > Can not introspect - Out of memory Here too, a stacktrace would be nice at the first failure-point. The very last stacktrace probably happens after some memory-corruption has occured, destroying internal malloc() structures. Sorry, support for proprietary platforms/compilers isn't a priority given the number of other open bugs. Backtraces or patches would be welcome. *** Bug 26390 has been marked as a duplicate of this bug. *** The extra information on Bug #26390 might be useful for those who like Irix? This might possibly be a dup of Bug #11668, which mentions that it affects Irix and has similar symptoms. It'd be interesting to retry when that bug has been fixed. We patch our dbus to get a replacement vsnprintf from gnulib (vsnprintf-posix module), then no segfaults on IRIX. Be happy to provide a patch for trunk if someone wants to pick a snprintf (gnulib, trio, something else). *** This bug has been marked as a duplicate of bug 11668 *** |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.