Open GoogleCodeExporter opened 9 years ago
Do you know how can I use the core file on my 32 bit machine?
Original comment by stas...@gmail.com
on 18 May 2011 at 2:54
There is no difference between 32bit and 64bit machine.
By default, a user is limited not to dump core file. You can change this with
ulimit command
$ulimit -c VALUE(block)
You may be limited by the system, for example /etc/security/limits.conf
On Gentoo, I added my user's setting to /etc/security/limits.conf.d/kenya888
---
kenya888 core hard 5000
---
After this you need to login the system again. And set it with ulimit command.
$ulimit -c 5000
Launch qimsys from console that ulimit issue issued. If qimsys crash, it'll
dump core automatically.
If you want to dump core by manual issue "kill -ABRT pid" to qimsys process.
Original comment by kenya...@gmail.com
on 19 May 2011 at 1:50
Oh, Sorry, I'm wrong. I don't understand you.
In 32bit machine, core from 64bit app cannot be used by debug, I guess:(
Original comment by kenya...@gmail.com
on 19 May 2011 at 2:51
Original issue reported on code.google.com by
kenya...@gmail.com
on 16 May 2011 at 12:45Attachments: