[Qt-interest] Demo Browser Core Dump

Enrico Ros enrico.qt at email.it
Mon Jul 20 15:09:02 CEST 2009


1. You may need to issue "ulimit -c unlimited" before launching your 
executable. That removes any size limit for core dumps.

2. Also look at "/proc/sys/kernel/core_pattern" if you have a recent kernel to 
see where the core dump will be generated. Moving it to a remote directory may 
help you save disk space if this is the problem. You can do this with "echo 
/tmp/mounted/core > /proc/sys/kernel/core_pattern")

3. Finally your systems couldn't have enough memory for being able to generate 
a core dump. Enable virtual memory on a swap file and you're ok to go (dd 
if=/dev/zero of=/tmp/SWAP bs=1024 count=524288; mkswap /tmp/SWAP; swapon 
/tmp/SWAP)

Ciao,
Enrico

On Monday 20 July 2009 14:22:58 Nitin Mahajan wrote:
> HI!
>
> How to get the demo browser to generate a core dump? I am running the demo
> browser on ARM platform on qt-embedded-linux-4.5.0 and created a
> segmentation fault, but cannot see a core dump getting generated. However
> for a small program written in C, I can see the core dump file getting
> generated.
>
> regards
>
> -Nitin
 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 Prenota online la tua vacanza di ferragosto nei Riccione Family Hotels, gli alberghi a misura di bambino! Tanti pacchetti e offerte speciali ti aspettano!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid“65&d -7




More information about the Qt-interest-old mailing list