> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 8192 (LWP 9240)]
> yyparse () at /usr/lib/bison.simple:260
> 260       short *yyss = yyssa;          /*  refer to the stacks thru
> separate pointers */
> Current language:  auto; currently c
> (gdb) where
> #0  yyparse () at /usr/lib/bison.simple:260
> #1  0x080d9a79 in Network::parse (this=0x824f208, input=0x8330230)
>     at Network.C:1614
> #2  0x080d951d in Network::readNetwork (this=0x824f208,
>     netFile=0x832adc8 "/usr/local/dx/samples/tutorial/example1.net",
>     cfgFile=0x0, ignoreUndefinedModules=0) at Network.C:1336

OK, it crashed inside bison.
Do this:
$ bison --version

Mine says
bison (GNU Bison) 1.35

Perhaps you have something else.  For a new bison, see:
http://sources.redhat.com/cygwin/packages/bison/

You'll download and build a new copy of bison, then make clean
in uipp/dxuilib and rebuild.

Martin

Reply via email to