[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-19 Thread eugen.d...@pu-pm.univ-fcomte.fr
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 --- Comment #10 from Eugen Dedu 2011-05-19 14:51:25 UTC --- (In reply to comment #9) > (In reply to comment #7) > > Created attachment 5728 [details] > > Test program to demonstrate allocate crash > > I don't think it is a linker problem. Pl

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-16 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-16 Thread craigs at postincrement dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 Craig Southeren changed: What|Removed |Added CC||craigs at postincrement dot

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-16 Thread craigs at postincrement dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 --- Comment #7 from Craig Southeren 2011-05-16 13:34:21 UTC --- Created attachment 5728 --> http://sourceware.org/bugzilla/attachment.cgi?id=5728 Test program to demonstrate allocate crash -- Configure bugmail: http://sourceware.org/bugzil

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-13 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 --- Comment #6 from H.J. Lu 2011-05-13 22:22:51 UTC --- (In reply to comment #5) > It turns out that the fix was only partial. With the fix, I have finally been > able to reproduce the crash with two files. > See: http://sourceware.org/ml/

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-13 Thread eugen.d...@pu-pm.univ-fcomte.fr
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 Eugen Dedu changed: What|Removed |Added CC||eugen.d...@pu-pm.univ-fcomt

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-07 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 --- Comment #4 from cvs-commit at gcc dot gnu.org 2011-05-07 14:13:06 UTC --- CVSROOT:/cvs/src Module name:src Changes by:h...@sourceware.org2011-05-07 14:13:00 Modified files: ld/testsuite : ChangeLog ld/testsuite/l

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-04 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 H.J. Lu changed: What|Removed |Added URL||http://sourceware.org/ml/bi

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-04 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 --- Comment #2 from H.J. Lu 2011-05-04 22:42:49 UTC --- The behavior of this testcase depends on the order of __static_initialization_and_destruction_0(int, int) and PWLIB_StaticLoader () PWLIB_StaticLoader must be called after __static_in

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-04 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com -- Configure bug

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-04 Thread doko at debian dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 --- Comment #1 from Matthias Klose 2011-05-04 18:31:27 UTC --- succeeds with both gold from 2.21 and trunk -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-04 Thread doko at debian dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 Matthias Klose changed: What|Removed |Added Summary|crash when allocating in a |[regression] crash when