Segfault on simple program?

John Colvin john.loughran.colvin at gmail.com
Fri May 31 11:37:25 PDT 2013


On Friday, 31 May 2013 at 18:22:44 UTC, Shriramana Sharma wrote:
> On Fri, May 31, 2013 at 11:46 PM, John Colvin
> <john.loughran.colvin at gmail.com> wrote:
>>
>> Can't reproduce this. Any chance of a stacktrace and/or 
>> disassembly?
>
> Please give instructions as to how I can get either of those 
> two for
> you. Would you like the binary produced?

given a program named "test" in the current directory

gdb ./test
run               #will segfault
bt full

and copy the output.


More information about the Digitalmars-d-learn mailing list