GNOME Bugzilla – Bug 402443
gnome-panel crash, looks like a librsvg bug
Last modified: 2007-07-01 14:18:53 UTC
That bug has been opened on https://launchpad.net/ubuntu/+source/gnome-panel/+bug/82202 "Was installing ubuntustudiolauncher via aptitude ... librsvg2-2 2.16.0-0ubuntu2 ..." Debug backtrace for the crash:
+ Trace 106537
Looks like a libxml2 bug to me.
Looking at the applicable libxml2 source modules, I fail to see how you reach the conclusion that it "Looks like a libxml2 bug". From the above trace, routine xmlParseAttValueInternal is trying to create a copy of a (good) string, calls xmlStrndup with a valid pointer and a requested length of 4 (all within memory limits), then crashes within the libc memory allocation routines. To me, this would likely indicate that memory corruption has occurred, not that libxml2 has a problem. Please explain further what you think needs to be fixed within libxml2.
I'm just passing the buck. It doesn't scream "this is a librsvg bug" either, but libxml2 is the last call above libc that has valid data.
I've asked to the submitter if he can try to get a valgrind log for the problem
I've added the valgrind log to the post at launchpad. (http://librarian.launchpad.net/6172026/valgrind-logs-aptitude.tar.gz)
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!