2014-04-03 17:21 GMT+02:00 LRN <[email protected]>:

> What's the exit code of the program? Create a batch file (on Windows)
> with these two lines:
>
The exit code was invalid -257332231 or something.


> Or just run under gdb.
>

$ gdb dot.exe
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from e:\dot.exe...done.
(gdb) run
Starting program: e:\dot.exe
[New Thread 3120.0x380]

Program received signal SIGSEGV, Segmentation fault.
0x70d05329 in dtsize () from e:\libgraphviz_lib_cdt.dll
(gdb) bt
#0  0x70d05329 in dtsize () from e:\libgraphviz_lib_cdt.dll
#1  0x00000128 in ?? ()
#2  0x0028fdd4 in ?? ()
#3  0x004013de in _fu0___set_invalid_parameter_handler ()
    at
/storage/mxe/tmp-gcc-i686-w64-mingw32.shared/gcc-4.8.2/mingw-w64-v3.1.0/m
ingw-w64-crt/crt/crtexe.c:332
#4  0x7580336a in KERNEL32!BaseThreadInitThunk ()
   from C:\Windows\syswow64\kernel32.dll
#5  0x77a19f72 in ntdll!RtlInitializeExceptionChain ()
   from C:\Windows\system32\ntdll.dll
#6  0x77a19f45 in ntdll!RtlInitializeExceptionChain ()
   from C:\Windows\system32\ntdll.dll
#7  0x00000000 in ?? ()
(gdb)

Any ideas what's going on?
------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to