Comment 15 for bug 444940

Revision history for this message
Rose-g (rose-g) wrote :

If I open a 20MB svg file on a systems with 8GB RAM (or less) and try to save the file as png inkscape crashes with:

rose@moose:/home/rose/Txt/projects/Diffusion_equation/Report/Scripts/Results(10)$ inkscape diffusion_simulation_2d_10.964782_fltk.svg
Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix it.
Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
rose@moose:/home/rose/Txt/projects/Diffusion_equation/Report/Scripts/Results(11)$ cat /proc/meminfo
MemTotal: 8182540 kB
MemFree: 5935432 kB
Buffers: 73756 kB
Cached: 326428 kB
SwapCached: 4572 kB
Active: 550460 kB
Inactive: 971372 kB
Active(anon): 384888 kB
Inactive(anon): 747960 kB
Active(file): 165572 kB
Inactive(file): 223412 kB
Unevictable: 136 kB
Mlocked: 32 kB
SwapTotal: 33575840 kB
SwapFree: 33540216 kB
Dirty: 52 kB
Writeback: 0 kB
AnonPages: 1117252 kB
Mapped: 88076 kB
Shmem: 11092 kB
Slab: 549592 kB
SReclaimable: 509512 kB
SUnreclaim: 40080 kB
KernelStack: 3752 kB
PageTables: 40064 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 37667108 kB
Committed_AS: 2690148 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 131088 kB
VmallocChunk: 34359582704 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 91008 kB
DirectMap2M: 8296448 kB
rose@moose:/home/rose/Txt/projects/Diffusion_equation/Report/Scripts/Res