[Digikam-devel] [Bug 190593] DigiKam crashes on start-up

Andi Clemens andi.clemens at gmx.net
Sat Apr 25 08:53:49 BST 2009


https://bugs.kde.org/show_bug.cgi?id=190593





--- Comment #3 from Andi Clemens <andi clemens gmx net>  2009-04-25 09:53:47 ---
Something is happening in qimgloader.cpp:99.
We had a similar problem before, at the same line, I think it was while loading
a TIF file. This is a simple uchar mem alloc, so I really don't know what could
be wrong here. I've never seen new() just crash, this can only happen when no
memory is available at all, right?
So this would mean the users memory was completely filled AND the swap is also
completely used. And even then new() would work I guess, I wrote some app at
university to crash a computer in seconds. It allocated 1GB of RAM per second
(also with new()), but it never crashed. The only thing you had to do was plug
off the power cable because even keystrokes where not handled anymore :-)

If memory outrun is not the problem, what else can crash new()?

Andi

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list