GNOME Bugzilla – Bug 695883
Crash while allocating memory?
Last modified: 2017-10-06 10:37:27 UTC
I'm getting a crash in midori; the backtrace seems glib-related. More details: I'm fixing packages in an experimental distro (nixos.org), currently we're having crashes in webkit browsers at the moment of first displaying a page. However, the backtrace is full of glib (and glibc). It could also be a glibc problem, both glib and glibc are in quite recent (but "stable/released") versions. Perhaps you can decode this. The version of glib is 2.34.3. The strange hashed paths are normal for us and shouldn't cause this. I just guessed the component as gobject. I'll happily supply any information you need, just ask.
+ Trace 231645
Update: uzbl sigsegvs in webkit's WTF::fastMalloc(unsigned long), so it seems like a memory-allocation issue, probably not related to glib. I'll be glad for any hints what to do with this anyway...
That backtrace indicates that the calloc() call failed. It could be that you were out of memory, or the heap was corrupted. I suggest running the program under valgrind’s memcheck tool to check for corruption first. However, since this bug is 4.5 years old, I’m going to close it since it’s unlikely there’s anything we can do here. If, somehow, you can still reliably reproduce the bug please re-open this report.