Re: [arch-general] Maybe bug in glibc

2015-02-19 Thread Klaus
Klaus schrieb: > Anatol Pomozov schrieb: > > Hi > > > > On Wed, Feb 18, 2015 at 1:43 PM, Klaus wrote: > > > Anatol Pomozov schrieb: > > >> Hi > > >> > > >> On Wed, Feb 18, 2015 at 12:55 PM, Klaus > > >> wrote: > > >> > Hi, > > >> > > > >> > my firefox and seamonkey have been segfaulting for a m

Re: [arch-general] Maybe bug in glibc

2015-02-19 Thread Anatol Pomozov
Hi On Thu, Feb 19, 2015 at 1:28 PM, Klaus wrote: > Anatol Pomozov schrieb: >> Hi >> >> On Wed, Feb 18, 2015 at 1:43 PM, Klaus wrote: >> > Anatol Pomozov schrieb: >> >> Hi >> >> >> >> On Wed, Feb 18, 2015 at 12:55 PM, Klaus >> >> wrote: >> >> > Hi, >> >> > >> >> > my firefox and seamonkey have

Re: [arch-general] Maybe bug in glibc

2015-02-19 Thread Delcypher
> #3 0x77dee003 in _dl_open ( > file=0x7fffcdae7148 "/usr/lib/mozilla/plugins/libflashplayer.so", > mode=-2147483647, > caller_dlopen=0x721a158b , Looks like your crash is related to loading the flash plug-in. Have you tried disabling it?

Re: [arch-general] Maybe bug in glibc

2015-02-19 Thread Klaus
Anatol Pomozov schrieb: > Hi > > On Wed, Feb 18, 2015 at 1:43 PM, Klaus wrote: > > Anatol Pomozov schrieb: > >> Hi > >> > >> On Wed, Feb 18, 2015 at 12:55 PM, Klaus wrote: > >> > Hi, > >> > > >> > my firefox and seamonkey have been segfaulting for a month or so. > >> > > >> > Running the softwa

Re: [arch-general] Maybe bug in glibc

2015-02-18 Thread Neven Sajko
You can use '-ggdb -fvar-tracking-assignments -fno-omit-frame-pointer', although with -g instead of -ggdb if it wouldn't be meant for GDB only. If you're compiling with makepkg I think the glibc package requires special handling with regards to stripping of debugging symbols, you may need to read

Re: [arch-general] Maybe bug in glibc

2015-02-18 Thread Anatol Pomozov
Hi On Wed, Feb 18, 2015 at 1:43 PM, Klaus wrote: > Anatol Pomozov schrieb: >> Hi >> >> On Wed, Feb 18, 2015 at 12:55 PM, Klaus wrote: >> > Hi, >> > >> > my firefox and seamonkey have been segfaulting for a month or so. >> > >> > Running the software with gdb produces the following errors: >> >

Re: [arch-general] Maybe bug in glibc

2015-02-18 Thread Klaus
Anatol Pomozov schrieb: > Hi > > On Wed, Feb 18, 2015 at 12:55 PM, Klaus wrote: > > Hi, > > > > my firefox and seamonkey have been segfaulting for a month or so. > > > > Running the software with gdb produces the following errors: > > > > Firefox: > > Program received signal SIGSEGV, Segmentatio

Re: [arch-general] Maybe bug in glibc

2015-02-18 Thread Anatol Pomozov
Hi On Wed, Feb 18, 2015 at 12:55 PM, Klaus wrote: > Hi, > > my firefox and seamonkey have been segfaulting for a month or so. > > Running the software with gdb produces the following errors: > > Firefox: > Program received signal SIGSEGV, Segmentation fault. > 0x77de6567 in _dl_relocate_

[arch-general] Maybe bug in glibc

2015-02-18 Thread Klaus
Hi, my firefox and seamonkey have been segfaulting for a month or so. Running the software with gdb produces the following errors: Firefox: Program received signal SIGSEGV, Segmentation fault. 0x77de6567 in _dl_relocate_object () from /lib64/ld-linux-x86-64.so.2 Seamonkey: Program rec