mhoes

Results 4 comments of mhoes

I just noticed this bug was closed, so I downloaded the latest version of IV-Play, and can still reproduce this issue with that version.

> > ``` > [fish@centos-64 ~]$ gdb -c core.56320 > ``` I may be mistaken, but it appears from the above snippet that you are only telling gdb where the...

Minor nitpick: you stated > > ``` > ulimit -c unlimited (enable core dumps) > ``` > which strictly speaking isn't completely correct: although this does enable core dumps, more...

Second nitpick(s) : > > ## Where are "core" files written? > Traditionally, _(and regardless of the user producing the coredump)_ a core dump is written to the **current working...