Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #89538 > unrolled thread

Re: mac os core dump from detached process

Started byRobin Becker <robin@reportlab.com>
First post2015-04-29 11:51 +0100
Last post2015-04-29 11:51 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: mac os core dump from detached process Robin Becker <robin@reportlab.com> - 2015-04-29 11:51 +0100

#89538 — Re: mac os core dump from detached process

FromRobin Becker <robin@reportlab.com>
Date2015-04-29 11:51 +0100
SubjectRe: mac os core dump from detached process
Message-ID<mailman.80.1430304706.3680.python-list@python.org>
On 27/04/2015 11:29, Colin McPhail wrote:
...........
>>
>> Is it possible to get core dumps on the Mac for  debugging purposes? Would the detached process inherit flags etc etc from the starting process? I know little about OS X/Mach.
>>
>
> My first thought would be to run Applications -> Utilities -> Console and look for a crash report under ‘User Diagnostic Reports’ in the sidebar. I’m not entirely sure what my second thought would be if there wasn’t a report there.
>
> — CMcP
>

my colleague is suggesting ulimit -c unlimited in the terminal before starting 
the django runserver will probably do the trick. What I don't know is if the 
process started by a view that then detaches will inherit the flags and dump 
core properly. I have a mac test platform now and will attempt something myself.
-- 
Robin Becker

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web