Steve Langasek wrote: > Hi Vedran, > > bfilter is failing to build on alpha with this error: > > [...] > ./makelexer ConfLexerCore ConfLexerCore.h ConfLexerCore.cpp \ > ConfLexerDefinitions ConfLexerDefinitions.h ConfIO ConfIO.h > make[5]: *** [ConfLexerCore.cpp] Segmentation fault > make[5]: *** Deleting file `ConfLexerCore.cpp' > make[5]: Leaving directory `/home/devel/release/bfilter-1.1/main/confio' > make[4]: *** [all-recursive] Error 1 > [...] > > A full build log can be found at > <http://buildd.debian.org/fetch.cgi?pkg=bfilter&arch=alpha&ver=1.1-1&stamp=1187034140&file=log&as=raw>. > > The backtrace for this crash is as follows: > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 2199043992432 (LWP 15804)] > 0x00000200002d9d64 in std::_List_node_base::hook () > from /usr/lib/libstdc++.so.6 > (gdb) bt > #0 0x00000200002d9d64 in std::_List_node_base::hook () > from /usr/lib/libstdc++.so.6 > #1 0x0000000120007148 in LexGen (this=0x11f8a66f0, > core_class=<value optimized out>, subclass=0x11f8a7b53 "ConfIO") > at lexgen.cpp:51 > #2 0x0000000120001fc0 in main (argc=<value optimized out>, > argv=<value optimized out>) at lexcode.cpp:61 > (gdb) > > I currently have no idea what the cause of this failure would be; it could > very well be an alpha-specific toolchain issue.
Hi! Maybe optimization level? I changed it from -O2 to -Os in this release. As I'm not a DD I can't trigger a new build attempt on alpha and I'm not sure what is the standard procedure in this case. Regards, Vedran Furač