Re: Re: call_init in libc6 2.3.6.ds1-11
"Carlos O'Donell" <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On 2/19/07, John David Anglin <[email protected]> wrote: > Here's another one: > > echo ../../../gcc/libjava/classpath/lib/javax/swing/filechooser/*.class > javax/ > swing/filechooser.list > /bin/sh: In elf_machine_rela_relative ELF32_R_SYM (reloc->r_info) != 0. Aborting > .make[3]: *** [javax/swing/filechooser.list] Illegal instruction (core dumped) > make[3]: *** Waiting for unfinished jobs.... This means you passed an STN_UNDEF symbol relocation to elf_machine_rela_relative. Is that a valid thing to do? The symbol could be set to zero, which would just fault the program if that function is called. > It really seems like something is randomly messing up memory when shared > libraries are being loaded. What hardware are you using? Cheers, Carlos.