[Wireshark-dev] buildbot troubles

2014-07-29 Thread Martin Kaiser
Hi,

I made a (seemingly simple) change to the DVB-CI dissector and ran it
through the buildbot. The Ubuntu x86_64 one failed

gcc: internal compiler error: Segmentation fault (program as)
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.8/README.Bugs for instructions.
make[5]: *** [libdissectors_la-packet-zbee-zcl-meas-sensing.lo] Error 1
make[5]: *** Waiting for unfinished jobs

The full log is at
http://buildbot.wireshark.org/petri-dish/builders/Ubuntu%20x86-64%20Petri%20Dish/builds/143/steps/compile/logs/stdio

I had no problem on my x86_64 debian wheezy box with gcc 4.7.2.

Any idea what's going wrong here?

Thanks,
Martin
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] buildbot troubles

2014-07-29 Thread Guy Harris

On Jul 29, 2014, at 12:47 PM, Martin Kaiser li...@kaiser.cx wrote:

 gcc: internal compiler error: Segmentation fault (program as)
 Please submit a full bug report,
 with preprocessed source if appropriate.

...

 Any idea what's going wrong here?

The GNU assembler (program as, presumably meaning the program with the name 
'as', not program as (if your life depended on it) or program as (a ninja) 
or...), has a bug that causes it to crash (dereference a null pointer, 
dereference a bad pointer, etc.).

Unfortunately, that's the assembler that comes with the version of Ubuntu used 
by that buildbot.

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


[Wireshark-dev] Buildbot troubles

2010-11-13 Thread Jaap Keuter
Hi,

I think we need to refactor text_import.h to separate out the 
text_import_info_t 
stuff, i.s.o. fiddling with compiler flags.

For the rest, it seems we need to work out to to get the right files rolled 
into 
the tarball.

Thanks,
Jaap
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Buildbot troubles

2010-11-13 Thread Anders Broman
Jaap Keuter skrev 2010-11-13 18:05:
 Hi,

 I think we need to refactor text_import.h to separate out the 
 text_import_info_t
 stuff, i.s.o. fiddling with compiler flags.
Well the flex generated files needs to be compiled without the -WX flag 
on win64 I think.
 For the rest, it seems we need to work out to to get the right files rolled 
 into
 the tarball.

 Thanks,
 Jaap
 ___
 Sent via:Wireshark-dev mailing listwireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
   mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe