Re: [chromium-dev] Warning message when running chrome in gdb
Given that the error message suggests that it is an internal error in gdb, that seems somewhat unlikely IMHO. You could swap back to gnu-ld of course if you have enough RAM to link and see what happens ... --Craig On Sun, Nov 29, 2009 at 1:50 AM, n179911 wrote: > Thanks. I am using the gold linker on ubuntu 9.10. I wonder if that causes > the problem. > > On Sat, Nov 28, 2009 at 1:33 PM, Dan Kegel wrote: >> >> Might not hurt to build from the latest sources and make sure they haven't >> fixed >> it already, too. >> >> On Sat, Nov 28, 2009 at 5:57 AM, Craig Schlenter >> wrote: >> > You could file a bug with the gdb people ... keeping a copy of the >> > problematic binary/associated libraries may help them track it down. >> > >> > http://sourceware.org/bugzilla/ >> > >> > --Craig >> > >> > On Sat, Nov 28, 2009 at 10:31 AM, n179911 wrote: >> >> Thanks. I am building and debugging chromium on ubuntu 9.10, which >> >> already >> >> has the latest gdb, which is 7.0 version. >> >> >> >> On Fri, Nov 27, 2009 at 10:18 PM, Craig Schlenter >> >> wrote: >> >>> >> >>> I have a vague recollection of having seen this before ... upgrading >> >>> gdb may help. >> >>> >> >>> http://sourceware.org/ml/gdb-patches/2003-01/msg00074.html >> >>> >> >>> --Craig >> >>> >> >>> On Sat, Nov 28, 2009 at 8:06 AM, Evan Martin >> >>> wrote: >> >>> > I have never encountered this. Have you tried searching for the >> >>> > error >> >>> > message? >> >>> > >> >>> > On Fri, Nov 27, 2009 at 4:31 PM, n179911 wrote: >> >>> >> Hi, >> >>> >> I am trying to run chrome under ubuntu. But I see a lot of >> >>> >> 'internal >> >>> >> error >> >>> >> in the warning message'. Can you please tell me what does those >> >>> >> means >> >>> >> and >> >>> >> how can I fix those? >> >>> >> Thank you. >> >>> >> $ gdb out/Debug/chrome >> >>> >> >> >>> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not >> >>> >> in >> >>> >> symtab.) >> >>> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not >> >>> >> in >> >>> >> symtab.) >> >>> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not >> >>> >> in >> >>> >> symtab.) >> >>> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not >> >>> >> in >> >>> >> symtab.) >> >>> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not >> >>> >> in >> >>> >> symtab.) >> >>> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not >> >>> >> in >> >>> >> symtab.) >> >>> >> >> >>> >> -- >> >>> >> Chromium Developers mailing list: chromium-dev@googlegroups.com >> >>> >> View archives, change email options, or unsubscribe: >> >>> >> http://groups.google.com/group/chromium-dev >> >>> > >> >>> > -- >> >>> > Chromium Developers mailing list: chromium-dev@googlegroups.com >> >>> > View archives, change email options, or unsubscribe: >> >>> > http://groups.google.com/group/chromium-dev >> >> >> >> >> > >> > -- >> > Chromium Developers mailing list: chromium-dev@googlegroups.com >> > View archives, change email options, or unsubscribe: >> > http://groups.google.com/group/chromium-dev > > -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
Re: [chromium-dev] Warning message when running chrome in gdb
Thanks. I am using the gold linker on ubuntu 9.10. I wonder if that causes the problem. On Sat, Nov 28, 2009 at 1:33 PM, Dan Kegel wrote: > Might not hurt to build from the latest sources and make sure they haven't > fixed > it already, too. > > On Sat, Nov 28, 2009 at 5:57 AM, Craig Schlenter > wrote: > > You could file a bug with the gdb people ... keeping a copy of the > > problematic binary/associated libraries may help them track it down. > > > > http://sourceware.org/bugzilla/ > > > > --Craig > > > > On Sat, Nov 28, 2009 at 10:31 AM, n179911 wrote: > >> Thanks. I am building and debugging chromium on ubuntu 9.10, which > already > >> has the latest gdb, which is 7.0 version. > >> > >> On Fri, Nov 27, 2009 at 10:18 PM, Craig Schlenter > >> wrote: > >>> > >>> I have a vague recollection of having seen this before ... upgrading > >>> gdb may help. > >>> > >>> http://sourceware.org/ml/gdb-patches/2003-01/msg00074.html > >>> > >>> --Craig > >>> > >>> On Sat, Nov 28, 2009 at 8:06 AM, Evan Martin > wrote: > >>> > I have never encountered this. Have you tried searching for the > error > >>> > message? > >>> > > >>> > On Fri, Nov 27, 2009 at 4:31 PM, n179911 wrote: > >>> >> Hi, > >>> >> I am trying to run chrome under ubuntu. But I see a lot of 'internal > >>> >> error > >>> >> in the warning message'. Can you please tell me what does those > means > >>> >> and > >>> >> how can I fix those? > >>> >> Thank you. > >>> >> $ gdb out/Debug/chrome > >>> >> > >>> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in > >>> >> symtab.) > >>> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in > >>> >> symtab.) > >>> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in > >>> >> symtab.) > >>> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in > >>> >> symtab.) > >>> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in > >>> >> symtab.) > >>> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in > >>> >> symtab.) > >>> >> > >>> >> -- > >>> >> Chromium Developers mailing list: chromium-dev@googlegroups.com > >>> >> View archives, change email options, or unsubscribe: > >>> >> http://groups.google.com/group/chromium-dev > >>> > > >>> > -- > >>> > Chromium Developers mailing list: chromium-dev@googlegroups.com > >>> > View archives, change email options, or unsubscribe: > >>> >http://groups.google.com/group/chromium-dev > >> > >> > > > > -- > > Chromium Developers mailing list: chromium-dev@googlegroups.com > > View archives, change email options, or unsubscribe: > >http://groups.google.com/group/chromium-dev > -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
Re: [chromium-dev] Warning message when running chrome in gdb
Might not hurt to build from the latest sources and make sure they haven't fixed it already, too. On Sat, Nov 28, 2009 at 5:57 AM, Craig Schlenter wrote: > You could file a bug with the gdb people ... keeping a copy of the > problematic binary/associated libraries may help them track it down. > > http://sourceware.org/bugzilla/ > > --Craig > > On Sat, Nov 28, 2009 at 10:31 AM, n179911 wrote: >> Thanks. I am building and debugging chromium on ubuntu 9.10, which already >> has the latest gdb, which is 7.0 version. >> >> On Fri, Nov 27, 2009 at 10:18 PM, Craig Schlenter >> wrote: >>> >>> I have a vague recollection of having seen this before ... upgrading >>> gdb may help. >>> >>> http://sourceware.org/ml/gdb-patches/2003-01/msg00074.html >>> >>> --Craig >>> >>> On Sat, Nov 28, 2009 at 8:06 AM, Evan Martin wrote: >>> > I have never encountered this. Have you tried searching for the error >>> > message? >>> > >>> > On Fri, Nov 27, 2009 at 4:31 PM, n179911 wrote: >>> >> Hi, >>> >> I am trying to run chrome under ubuntu. But I see a lot of 'internal >>> >> error >>> >> in the warning message'. Can you please tell me what does those means >>> >> and >>> >> how can I fix those? >>> >> Thank you. >>> >> $ gdb out/Debug/chrome >>> >> >>> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in >>> >> symtab.) >>> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in >>> >> symtab.) >>> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in >>> >> symtab.) >>> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in >>> >> symtab.) >>> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in >>> >> symtab.) >>> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in >>> >> symtab.) >>> >> >>> >> -- >>> >> Chromium Developers mailing list: chromium-dev@googlegroups.com >>> >> View archives, change email options, or unsubscribe: >>> >> http://groups.google.com/group/chromium-dev >>> > >>> > -- >>> > Chromium Developers mailing list: chromium-dev@googlegroups.com >>> > View archives, change email options, or unsubscribe: >>> > http://groups.google.com/group/chromium-dev >> >> > > -- > Chromium Developers mailing list: chromium-dev@googlegroups.com > View archives, change email options, or unsubscribe: > http://groups.google.com/group/chromium-dev -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
Re: [chromium-dev] Warning message when running chrome in gdb
You could file a bug with the gdb people ... keeping a copy of the problematic binary/associated libraries may help them track it down. http://sourceware.org/bugzilla/ --Craig On Sat, Nov 28, 2009 at 10:31 AM, n179911 wrote: > Thanks. I am building and debugging chromium on ubuntu 9.10, which already > has the latest gdb, which is 7.0 version. > > On Fri, Nov 27, 2009 at 10:18 PM, Craig Schlenter > wrote: >> >> I have a vague recollection of having seen this before ... upgrading >> gdb may help. >> >> http://sourceware.org/ml/gdb-patches/2003-01/msg00074.html >> >> --Craig >> >> On Sat, Nov 28, 2009 at 8:06 AM, Evan Martin wrote: >> > I have never encountered this. Have you tried searching for the error >> > message? >> > >> > On Fri, Nov 27, 2009 at 4:31 PM, n179911 wrote: >> >> Hi, >> >> I am trying to run chrome under ubuntu. But I see a lot of 'internal >> >> error >> >> in the warning message'. Can you please tell me what does those means >> >> and >> >> how can I fix those? >> >> Thank you. >> >> $ gdb out/Debug/chrome >> >> >> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in >> >> symtab.) >> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in >> >> symtab.) >> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in >> >> symtab.) >> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in >> >> symtab.) >> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in >> >> symtab.) >> >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in >> >> symtab.) >> >> >> >> -- >> >> Chromium Developers mailing list: chromium-dev@googlegroups.com >> >> View archives, change email options, or unsubscribe: >> >> http://groups.google.com/group/chromium-dev >> > >> > -- >> > Chromium Developers mailing list: chromium-dev@googlegroups.com >> > View archives, change email options, or unsubscribe: >> > http://groups.google.com/group/chromium-dev > > -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
Re: [chromium-dev] Warning message when running chrome in gdb
Thanks. I am building and debugging chromium on ubuntu 9.10, which already has the latest gdb, which is 7.0 version. On Fri, Nov 27, 2009 at 10:18 PM, Craig Schlenter wrote: > I have a vague recollection of having seen this before ... upgrading > gdb may help. > > http://sourceware.org/ml/gdb-patches/2003-01/msg00074.html > > --Craig > > On Sat, Nov 28, 2009 at 8:06 AM, Evan Martin wrote: > > I have never encountered this. Have you tried searching for the error > message? > > > > On Fri, Nov 27, 2009 at 4:31 PM, n179911 wrote: > >> Hi, > >> I am trying to run chrome under ubuntu. But I see a lot of 'internal > error > >> in the warning message'. Can you please tell me what does those means > and > >> how can I fix those? > >> Thank you. > >> $ gdb out/Debug/chrome > >> > >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in > >> symtab.) > >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in > >> symtab.) > >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in > >> symtab.) > >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in > >> symtab.) > >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in > >> symtab.) > >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in > >> symtab.) > >> > >> -- > >> Chromium Developers mailing list: chromium-dev@googlegroups.com > >> View archives, change email options, or unsubscribe: > >> http://groups.google.com/group/chromium-dev > > > > -- > > Chromium Developers mailing list: chromium-dev@googlegroups.com > > View archives, change email options, or unsubscribe: > >http://groups.google.com/group/chromium-dev > -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
Re: [chromium-dev] Warning message when running chrome in gdb
I have a vague recollection of having seen this before ... upgrading gdb may help. http://sourceware.org/ml/gdb-patches/2003-01/msg00074.html --Craig On Sat, Nov 28, 2009 at 8:06 AM, Evan Martin wrote: > I have never encountered this. Have you tried searching for the error > message? > > On Fri, Nov 27, 2009 at 4:31 PM, n179911 wrote: >> Hi, >> I am trying to run chrome under ubuntu. But I see a lot of 'internal error >> in the warning message'. Can you please tell me what does those means and >> how can I fix those? >> Thank you. >> $ gdb out/Debug/chrome >> >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in >> symtab.) >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in >> symtab.) >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in >> symtab.) >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in >> symtab.) >> warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in >> symtab.) >> warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in >> symtab.) >> >> -- >> Chromium Developers mailing list: chromium-dev@googlegroups.com >> View archives, change email options, or unsubscribe: >> http://groups.google.com/group/chromium-dev > > -- > Chromium Developers mailing list: chromium-dev@googlegroups.com > View archives, change email options, or unsubscribe: > http://groups.google.com/group/chromium-dev -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
Re: [chromium-dev] Warning message when running chrome in gdb
I have never encountered this. Have you tried searching for the error message? On Fri, Nov 27, 2009 at 4:31 PM, n179911 wrote: > Hi, > I am trying to run chrome under ubuntu. But I see a lot of 'internal error > in the warning message'. Can you please tell me what does those means and > how can I fix those? > Thank you. > $ gdb out/Debug/chrome > > warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in > symtab.) > warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in > symtab.) > warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in > symtab.) > warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in > symtab.) > warning: (Internal error: pc 0xed21a0 in read in psymtab, but not in > symtab.) > warning: (Internal error: pc 0xed21a1 in read in psymtab, but not in > symtab.) > > -- > Chromium Developers mailing list: chromium-dev@googlegroups.com > View archives, change email options, or unsubscribe: > http://groups.google.com/group/chromium-dev -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev