26GB of Inkscape dump core file; what I am supposed to do with?

Indeed, what I am supposed to do with:

Code:
ls -l | grep inkscape.core 
-rw-------   1 freezr freezr 28135227392 Aug 31 01:43 inkscape.core

🤷‍♂️
 
I perhaps had better to deactivate .core dumps...

But honestly, I don't even know Inkscape could generate a file so big. A file that size is totally unmanageable to send to anybody else.
 
I perhaps had better to deactivate .core dumps...

But honestly, I don't even know Inkscape could generate a file so big. A file that size is totally unmanageable to send to anybody else.
if it's that size and you weren't handling a massive image set, my guess is that there's a leak on the code. The crash may have been because you ran out of memory and couldn't use swap?
but yeah, just opening that dump on gdb would be interesting...
 
Maybe you can apply for a:

 
Back
Top