Re: abnormal program termination

2012-08-30 Thread Ellery Newcomer
On Thursday, 30 August 2012 at 13:39:30 UTC, Regan Heath wrote: Where did you find that.. I still can't find the blasted thing :p void dmd_51d770(char* msg, char* title) { at address 0x51d770 in the _TEXT section (in a slightly less disassembled form) apparently I'm not the first person

Re: abnormal program termination

2012-08-30 Thread Regan Heath
On Wed, 29 Aug 2012 18:43:27 +0100, Ellery Newcomer wrote: On 08/28/2012 01:03 PM, Ellery Newcomer wrote: On 08/28/2012 09:55 AM, Regan Heath wrote: > I searched the DMD sources, just in case the message "abnormal > program termination" was DMD specific, and I found

Re: abnormal program termination

2012-08-29 Thread Ellery Newcomer
On 08/28/2012 01:03 PM, Ellery Newcomer wrote: On 08/28/2012 09:55 AM, Regan Heath wrote: > I searched the DMD sources, just in case the message "abnormal > program termination" was DMD specific, and I found nothing. Then I > searched all files and the string appears in

Re: abnormal program termination

2012-08-29 Thread Regan Heath
On Tue, 28 Aug 2012 21:03:47 +0100, Ellery Newcomer wrote: If you like, you could try building the unreduced case download pyd https://bitbucket.org/ariovistus/pyd from top dir, run (python setup.py install) go to examples/wrap, run (python setup.py build) Ok. I downloaded and installed p

Re: abnormal program termination

2012-08-29 Thread Regan Heath
On Wed, 29 Aug 2012 09:47:57 +0100, Regan Heath wrote: On Tue, 28 Aug 2012 21:03:47 +0100, Ellery Newcomer wrote: If you like, you could try building the unreduced case download pyd https://bitbucket.org/ariovistus/pyd from top dir, run (python setup.py install) go to examples/wrap, run

Re: abnormal program termination

2012-08-28 Thread Ellery Newcomer
On 08/28/2012 09:55 AM, Regan Heath wrote: > I searched the DMD sources, just in case the message "abnormal > program termination" was DMD specific, and I found nothing. Then I > searched all files and the string appears in the dmd.exe binary, > making me suspect the co

Re: abnormal program termination

2012-08-28 Thread Regan Heath
command for to reduce it with the redoubtable dustmite. Normally, 'abnormal program termination' is printed to the console; however if I try to redirect stderr for greppage purposes, windows presents me with a message box with the same message. Any ideas how to disable this abomination? Ca

Re: abnormal program termination

2012-08-28 Thread Ellery Newcomer
, 'abnormal program termination' is printed to the console; however if I try to redirect stderr for greppage purposes, windows presents me with a message box with the same message. Any ideas how to disable this abomination? Can you show us an example of how you're redirecting stderr..

Re: abnormal program termination

2012-08-28 Thread Regan Heath
On Sat, 25 Aug 2012 01:10:05 +0100, Ellery Newcomer wrote: I am running into an ICE on windows - Assertion Failure on such-and-such line in mtype.c - and I am trying to get a test command for to reduce it with the redoubtable dustmite. Normally, 'abnormal program termination'

abnormal program termination

2012-08-24 Thread Ellery Newcomer
I am running into an ICE on windows - Assertion Failure on such-and-such line in mtype.c - and I am trying to get a test command for to reduce it with the redoubtable dustmite. Normally, 'abnormal program termination' is printed to the console; however if I try to redirect stderr fo