[Bug 471901] New: Linker (ld) SIGSEGV crash with Free Pascal object files
https://bugzilla.novell.com/show_bug.cgi?id=471901 Summary: Linker (ld) SIGSEGV crash with Free Pascal object files Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86 OS/Version: openSUSE 11.1 Status: NEW Severity: Critical Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: fpmse@bluewin.ch QAContact: qa@suse.de Found By: --- Created an attachment (id=269567) --> (https://bugzilla.novell.com/attachment.cgi?id=269567) Testproject User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.10 (like Gecko) SUSE Hi, The attached Free Pascal (http://www.freepascal.org/) and MSEide+MSEgui (http://sourceforge.net/projects/mseide-msegui) project crashes ld. " mse@linuxca:~/test/msegui/apps/i18ndemo/de/bugrep> ./ppas.sh Linking libi18ndemo_de.so /ppas.sh: line 10: 4019 Segmentation fault /usr/bin/ld -b elf32-i386 -m elf_i386 -init FPC_LIB_START -fini FPC_LIB_EXIT -soname libi18ndemo_de.so -shared -L. -o libi18ndemo_de.so link.res An error occurred while linking libi18ndemo_de.so " " mse@linuxca:~/test/msegui/apps/i18ndemo/de/bugrep> ld --version GNU ld (GNU Binutils; openSUSE 11.1) 2.19 " Thanks Martin Reproducible: Always Steps to Reproduce: 1. Run ppas.sh in attachment. Actual Results: ld crashes. Expected Results: ld should not crash. ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=471901 User jonas.maebe@elis.ugent.be added comment https://bugzilla.novell.com/show_bug.cgi?id=471901#c1 Jonas Maebe <jonas.maebe@elis.ugent.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonas.maebe@elis.ugent.be Component|Basesystem |Development AssignedTo|bnc-team-screening@forge.pr |pth@novell.com |ovo.novell.com | --- Comment #1 from Jonas Maebe <jonas.maebe@elis.ugent.be> 2009-02-03 05:17:18 MST --- Some additional information: as far as I know, everything works fine with older SUSE versions. I also just realised a similar bug was reported with the ld from Ubuntu Hardy (where it could be solved by downgrading binutils), so it may actually be an upstream bug: http://bugs.freepascal.org/view.php?id=12832 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=471901 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pth@novell.com AssignedTo|pth@novell.com |schwab@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=471901 User schwab@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=471901#c2 xyzzx xyzzx <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |fpmse@bluewin.ch --- Comment #2 from xyzzx xyzzx <schwab@novell.com> 2009-02-11 05:27:20 MST --- Please provide all object files and libraries used for linking. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=471901 User fpmse@bluewin.ch added comment https://bugzilla.novell.com/show_bug.cgi?id=471901#c3 Martin Schreiber <fpmse@bluewin.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|fpmse@bluewin.ch | --- Comment #3 from Martin Schreiber <fpmse@bluewin.ch> 2009-02-11 06:44:12 MST --- The supplied attachment from 2009-02-03 should be sufficient to reproduce the crash: tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/bugrep.txt tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/i18ndemo_de.o tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/link.res tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/main_mfm.o tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/main_rst.o tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/msei18nglob.o tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/mselanglink.o tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/objpas.o tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/ppas.sh tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/si_dll.o tar:/home/mse/test/bug-471901_bugrep.tar.gz/bugrep/system.o What is missing? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=471901 User schwab@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=471901#c4 xyzzx xyzzx <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from xyzzx xyzzx <schwab@novell.com> 2009-02-16 06:57:41 MST --- Fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=471901 User jonas.maebe@elis.ugent.be added comment https://bugzilla.novell.com/show_bug.cgi?id=471901#c5 --- Comment #5 from Jonas Maebe <jonas.maebe@elis.ugent.be> 2009-02-26 02:07:27 MST --- In case anyone else is interested in where/how it was fixed: http://sourceware.org/ml/binutils/2009-02/msg00164.html -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com