Summary: | libksane crash when selecting an area on map | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Johannes Schwall <johannes.schwall> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | caulier.gilles, cfeck, hugo.pereira.da.costa, nienhueser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Johannes Schwall
2011-04-25 15:20:00 UTC
I may be wrong, but from the backtrace I'd rather say the crash occurs in oxygen when painting shadows, not in Marble. Well the crash happens in __libc_malloc (bytes=200) at malloc.c:3660 #8 0x00007f61eddafded in operator new(unsigned long) Usually means that there is no space left in memory for allocating anything. My guess is that something (can be anything) is leaking. (and it does not have to be oxygen, or marble) > Usually means that there is no space left in memory for allocating anything.
Nope, unless the size is too large (say 1 gig or above), it usually means the memory is corrupted. The memory corruption could have occured anywhere, and without a valgrind log, there is not much you can do.
... so closing as invalid. As mentioned by Christoph, memory corruption could happen anywhere ... sorry. |