Re: Strange segmentation error during C++ data initialization after startup

2014-11-02 Thread ISHIKAWA, Chiaki
I experience the same issue of segmentation error by compiling a full DEBUG version of C-C TB gcc-4.8 and g++-4.8 I think then it is a problem in the source code hierarchy. Hmm... Any hint and tips welcome. Here is the traceback from C-C TB compiled from C-C source tree. Note the initialization

Re: Strange segmentation error during C++ data initialization after startup

2014-11-02 Thread ISHIKAWA, Chiaki
Great. Somebody noticed this already and there is a bugzilla. https://bugzilla.mozilla.org/show_bug.cgi?id=1092200 I will follow the bugzilla entry. I was posting to the newsgroup since when I noticed the segmentation issue, there was no indication of people 's jobs suffering from it on TBPL ser

Re: Strange segmentation error during C++ data initialization after startup

2014-11-02 Thread ISHIKAWA, Chiaki
On 2014/11/02 11:55, ISHIKAWA, Chiaki wrote: > For the last few days, I got a strange segmentation error > during C++ data initialization (of a dynamically loaded module?). > > gcc-4.9 --version > gcc-4.9 (Debian 4.9.1-15) 4.9.1 > > I tried both ld.gold and (traditional bfd) ld. > > I looked for