Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 316648 Details for
Bug 458657
Crash in hal_pool_find_by_capability
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
2008-09-12-22-40 textual information relating to crash
2008-09-12-22-40-crash.txt (text/plain), 41.23 KB, created by
c. h.
on 2008-09-13 06:26:37 UTC
(
hide
)
Description:
2008-09-12-22-40 textual information relating to crash
Filename:
MIME Type:
Creator:
c. h.
Created:
2008-09-13 06:26:37 UTC
Size:
41.23 KB
patch
obsolete
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >#!/bin/sh >date >firefox -g --sync >#firefox -g --sync -d ddd >##firefox -g -d ddd >#break gdk_x_error >#thread apply all backtrace > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >Script started on Thu 11 Sep 2008 04:41:06 PM PDT >Thu Sep 11 16:41:45 PDT 2008 >#!/bin/sh >date >firefox -g --sync >#firefox -g --sync -d ddd >##firefox -g -d ddd >#break gdk_x_error >#thread apply all backtrace >Thu Sep 11 16:41:45 PDT 2008 >MOZILLA_FIVE_HOME=/usr/lib64/firefox-3.0.1 > LD_LIBRARY_PATH=/usr/lib64/firefox-3.0.1:/usr/lib64/firefox-3.0.1/plugins:/usr/lib64/firefox-3.0.1 >DISPLAY=:0.0 >FONTCONFIG_PATH=/etc/fonts:/usr/lib64/firefox-3.0.1/res/Xft >DYLD_LIBRARY_PATH=/usr/lib64/firefox-3.0.1:/usr/lib64/firefox-3.0.1 > LIBRARY_PATH=/usr/lib64/firefox-3.0.1:/usr/lib64/firefox-3.0.1/components:/usr/lib64/firefox-3.0.1 > SHLIB_PATH=/usr/lib64/firefox-3.0.1:/usr/lib64/firefox-3.0.1 > LIBPATH=/usr/lib64/firefox-3.0.1:/usr/lib64/firefox-3.0.1 > ADDON_PATH=/usr/lib64/firefox-3.0.1 > MOZ_PROGRAM=/usr/lib64/firefox-3.0.1/firefox > MOZ_TOOLKIT= > moz_debug=1 > moz_debugger= >/usr/bin/ddd --debugger "gdb -x /tmp/mozargs.nM4ZSp" /usr/lib64/firefox-3.0.1/firefox >Warning: XmStringGetNextComponent: unknown type 16641904 > >(Annoyed? Try 'Edit->Preferences->General->Suppress X Warnings'!) >Warning: XmStringGetNextComponent: unknown type 16642160 > >Warning: XmStringGetNextComponent: unknown type 16782160 > >Warning: XmStringGetNextComponent: unknown type 16780912 > >Warning: XmStringGetNextComponent: unknown type 16763984 > >Warning: XmStringGetNextComponent: unknown type 16789440 > >Warning: XmStringGetNextComponent: unknown type 16629776 > >Fri Sep 12 22:57:54 PDT 2008 >exit > >Script done on Fri 12 Sep 2008 10:57:54 PM PDT > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >GNU DDD 3.3.11 (x86_64-redhat-linux-gnu), by Dorothea Lütkehaus and Andreas Zeller. >Copyright © 1995-1999 Technische Universität Braunschweig, Germany. >Copyright © 1999-2001 Universität Passau, Germany. >Copyright © 2001 Universität des Saarlandes, Germany. >Copyright © 2001-2004 Free Software Foundation, Inc. >(gdb) list 'gdk_x_error' >Function "gdk_x_error" not defined. >(gdb) run >[Thread debugging using libthread_db enabled] >[New Thread 0x7f668f95d700 (LWP 14316)] >[New Thread 0x426bb950 (LWP 14319)] >[New Thread 0x40a05950 (LWP 14320)] >[New Thread 0x41406950 (LWP 14321)] >[New Thread 0x430bc950 (LWP 14322)] >[New Thread 0x43abd950 (LWP 14323)] >[New Thread 0x444be950 (LWP 14324)] >[Thread 0x444be950 (LWP 14324) exited] >[Thread 0x426bb950 (LWP 14319) exited] >[Thread 0x43abd950 (LWP 14323) exited] >[Thread 0x40a05950 (LWP 14320) exited] >[Thread 0x41406950 (LWP 14321) exited] >[Thread 0x430bc950 (LWP 14322) exited] >[New process 14316] >Executing new program: /usr/lib64/firefox-3.0.1/firefox >Missing separate debuginfos, use: debuginfo-install keyutils.x86_64 >warning: Cannot initialize thread debugging library: generic error >warning: Cannot initialize thread debugging library: generic error >[Thread debugging using libthread_db enabled] >[New Thread 0x42634950 (LWP 14325)] >[New Thread 0x4143b950 (LWP 14326)] >[New Thread 0x43035950 (LWP 14327)] >[New Thread 0x43a36950 (LWP 14328)] >[New Thread 0x44437950 (LWP 14329)] >^C >Program received signal SIGINT, Interrupt. >0x00000037bcada9f6 in __poll (fds=<value optimized out>, nfds=<value optimized out>, timeout=<value optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87 >/usr/src/debug/glibc-20080412T0741/sysdeps/unix/sysv/linux/poll.c:87:2307:beg:0x37bcada9f6 >Current language: auto; currently c >Missing separate debuginfos, use: debuginfo-install keyutils.x86_64 >(gdb) list 'gdk_x_error' >Line 613 of "gdkmain-x11.c" starts at address 0x37c4e64690 <gdk_x_error> and ends at 0x37c4e646a7 <gdk_x_error+23>. >/usr/src/debug/gtk+-2.12.11/gdk/x11/gdkmain-x11.c:613:16635:beg:0x37c4e64690 >(gdb) break msg >Function "msg" not defined. >(gdb) break g_strdup_printf >Breakpoint 1 at 0x37be258860: file gstrfuncs.c, line 226. >(gdb) clear g_strdup_printf >(gdb) break gdk_x_error >Breakpoint 2 at 0x37c4e646a7: file gdkmain-x11.c, line 614. >(gdb) cont >[Thread 0x43035950 (LWP 14327) exited] >[New Thread 0x43035950 (LWP 14332)] >[New Thread 0x44e38950 (LWP 14333)] >[Thread 0x44e38950 (LWP 14333) exited] >[New Thread 0x44e38950 (LWP 14335)] >[New Thread 0x45839950 (LWP 14510)] >[New Thread 0x4623a950 (LWP 14539)] >[New Thread 0x46c3b950 (LWP 14540)] >[Thread 0x4623a950 (LWP 14539) exited] >[Thread 0x43035950 (LWP 14332) exited] >[New Thread 0x4763c950 (LWP 14556)] >[Thread 0x4763c950 (LWP 14556) exited] >[Thread 0x45839950 (LWP 14510) exited] >[New Thread 0x45839950 (LWP 15197)] >[New Thread 0x4763c950 (LWP 15238)] >[New Thread 0x4623a950 (LWP 15239)] >[New Thread 0x43035950 (LWP 15241)] >[New Thread 0x4803d950 (LWP 15259)] >[New Thread 0x48a3e950 (LWP 15265)] >[Thread 0x45839950 (LWP 15197) exited] >[Thread 0x46c3b950 (LWP 14540) exited] >[Thread 0x4763c950 (LWP 15238) exited] >[Thread 0x4623a950 (LWP 15239) exited] >[Thread 0x43035950 (LWP 15241) exited] >[Thread 0x4803d950 (LWP 15259) exited] >[New Thread 0x4943f950 (LWP 15625)] >[New Thread 0x45839950 (LWP 15666)] >[New Thread 0x46c3b950 (LWP 15677)] >[Thread 0x48a3e950 (LWP 15265) exited] >[Thread 0x4943f950 (LWP 15625) exited] >[New Thread 0x4763c950 (LWP 15742)] >[New Thread 0x43035950 (LWP 15743)] >[Thread 0x45839950 (LWP 15666) exited] >[Thread 0x4763c950 (LWP 15742) exited] >[Thread 0x46c3b950 (LWP 15677) exited] >[New Thread 0x48a3e950 (LWP 15784)] >[New Thread 0x4943f950 (LWP 15785)] >[Thread 0x48a3e950 (LWP 15784) exited] >[Thread 0x43035950 (LWP 15743) exited] >[New Thread 0x48a3e950 (LWP 16183)] >[Thread 0x48a3e950 (LWP 16183) exited] >[Thread 0x4943f950 (LWP 15785) exited] >[New Thread 0x4943f950 (LWP 18180)] >[New Thread 0x48a3e950 (LWP 18199)] >[Thread 0x48a3e950 (LWP 18199) exited] >[Thread 0x4943f950 (LWP 18180) exited] >[New Thread 0x4943f950 (LWP 18336)] >[Thread 0x4943f950 (LWP 18336) exited] >[New Thread 0x4943f950 (LWP 18450)] >[New Thread 0x48a3e950 (LWP 18574)] >[Thread 0x48a3e950 (LWP 18574) exited] >[Thread 0x4943f950 (LWP 18450) exited] >[New Thread 0x4943f950 (LWP 18611)] >[New Thread 0x48a3e950 (LWP 18647)] >[Thread 0x48a3e950 (LWP 18647) exited] >[New Thread 0x48a3e950 (LWP 18686)] >[Thread 0x48a3e950 (LWP 18686) exited] >[New Thread 0x48a3e950 (LWP 18974)] >[New Thread 0x43035950 (LWP 18975)] >[New Thread 0x45839950 (LWP 18976)] >[Thread 0x48a3e950 (LWP 18974) exited] >[Thread 0x45839950 (LWP 18976) exited] >[New Thread 0x45839950 (LWP 18977)] >[New Thread 0x48a3e950 (LWP 18978)] >[New Thread 0x4623a950 (LWP 18979)] >[Thread 0x43035950 (LWP 18975) exited] >[Thread 0x4623a950 (LWP 18979) exited] >[Thread 0x48a3e950 (LWP 18978) exited] >[New Thread 0x48a3e950 (LWP 18980)] >[New Thread 0x4623a950 (LWP 18981)] >[New Thread 0x43035950 (LWP 18982)] >[Thread 0x4623a950 (LWP 18981) exited] >[Thread 0x48a3e950 (LWP 18980) exited] >[Thread 0x45839950 (LWP 18977) exited] >[Thread 0x4943f950 (LWP 18611) exited] >[Thread 0x43035950 (LWP 18982) exited] >[New Thread 0x43035950 (LWP 19001)] >[New Thread 0x4943f950 (LWP 19055)] >[New Thread 0x45839950 (LWP 19056)] >[New Thread 0x4623a950 (LWP 19057)] >[New Thread 0x46c3b950 (LWP 19058)] >[Thread 0x4943f950 (LWP 19055) exited] >[Thread 0x4623a950 (LWP 19057) exited] >[Thread 0x45839950 (LWP 19056) exited] >[Thread 0x46c3b950 (LWP 19058) exited] >[Thread 0x43035950 (LWP 19001) exited] >[New Thread 0x43035950 (LWP 19075)] >[Thread 0x43035950 (LWP 19075) exited] >[New Thread 0x43035950 (LWP 19119)] >[Thread 0x43035950 (LWP 19119) exited] >[New Thread 0x43035950 (LWP 19121)] >[Thread 0x43035950 (LWP 19121) exited] >[New Thread 0x43035950 (LWP 19135)] >[Thread 0x43035950 (LWP 19135) exited] >[New Thread 0x43035950 (LWP 19162)] >[Thread 0x43035950 (LWP 19162) exited] >[New Thread 0x43035950 (LWP 19199)] >[Thread 0x43035950 (LWP 19199) exited] >[New Thread 0x43035950 (LWP 19211)] >[New Thread 0x46c3b950 (LWP 19219)] >[Thread 0x43035950 (LWP 19211) exited] >[Thread 0x46c3b950 (LWP 19219) exited] >[New Thread 0x46c3b950 (LWP 19239)] >[New Thread 0x43035950 (LWP 19260)] >[Thread 0x46c3b950 (LWP 19239) exited] >[New Thread 0x46c3b950 (LWP 19287)] >[Thread 0x43035950 (LWP 19260) exited] >[New Thread 0x43035950 (LWP 19289)] >[Thread 0x46c3b950 (LWP 19287) exited] >[Thread 0x43035950 (LWP 19289) exited] >[New Thread 0x43035950 (LWP 19335)] >[New Thread 0x46c3b950 (LWP 19375)] >[Thread 0x43035950 (LWP 19335) exited] >[New Thread 0x43035950 (LWP 19401)] >[Thread 0x46c3b950 (LWP 19375) exited] >[New Thread 0x46c3b950 (LWP 19408)] >[New Thread 0x45839950 (LWP 19410)] >[Thread 0x46c3b950 (LWP 19408) exited] >[Thread 0x45839950 (LWP 19410) exited] >[Thread 0x43035950 (LWP 19401) exited] >[New Thread 0x43035950 (LWP 19429)] >[Thread 0x43035950 (LWP 19429) exited] >[New Thread 0x43035950 (LWP 19505)] >[Thread 0x43035950 (LWP 19505) exited] >[New Thread 0x43035950 (LWP 19518)] >[New Thread 0x46c3b950 (LWP 19519)] >[Thread 0x43035950 (LWP 19518) exited] >[Thread 0x46c3b950 (LWP 19519) exited] >[New Thread 0x46c3b950 (LWP 19541)] >[New Thread 0x43035950 (LWP 19549)] >[Thread 0x46c3b950 (LWP 19541) exited] >[Thread 0x43035950 (LWP 19549) exited] >[New Thread 0x43035950 (LWP 19550)] >[Thread 0x43035950 (LWP 19550) exited] >[New Thread 0x43035950 (LWP 19553)] >[Thread 0x43035950 (LWP 19553) exited] >[New Thread 0x43035950 (LWP 19574)] >[Thread 0x43035950 (LWP 19574) exited] >[New Thread 0x43035950 (LWP 19623)] >[New Thread 0x46c3b950 (LWP 19624)] >[New Thread 0x45839950 (LWP 19625)] >[Thread 0x45839950 (LWP 19625) exited] >[Thread 0x43035950 (LWP 19623) exited] >[Thread 0x46c3b950 (LWP 19624) exited] >[New Thread 0x46c3b950 (LWP 19630)] >[New Thread 0x43035950 (LWP 19632)] >[Thread 0x43035950 (LWP 19632) exited] >[New Thread 0x43035950 (LWP 19636)] >[Thread 0x43035950 (LWP 19636) exited] >[Thread 0x46c3b950 (LWP 19630) exited] >[New Thread 0x46c3b950 (LWP 19655)] >[Thread 0x46c3b950 (LWP 19655) exited] >[New Thread 0x46c3b950 (LWP 19696)] >[New Thread 0x43035950 (LWP 19697)] >[Thread 0x46c3b950 (LWP 19696) exited] >[Thread 0x43035950 (LWP 19697) exited] >[New Thread 0x43035950 (LWP 19749)] >[Thread 0x43035950 (LWP 19749) exited] >[New Thread 0x43035950 (LWP 19943)] >[Thread 0x43035950 (LWP 19943) exited] >[New Thread 0x43035950 (LWP 20000)] >[Thread 0x43035950 (LWP 20000) exited] >[New Thread 0x43035950 (LWP 20020)] >[Thread 0x43035950 (LWP 20020) exited] >[New Thread 0x43035950 (LWP 20023)] >[Thread 0x43035950 (LWP 20023) exited] >[New Thread 0x43035950 (LWP 20028)] >[New Thread 0x46c3b950 (LWP 20033)] >[Thread 0x46c3b950 (LWP 20033) exited] >[Thread 0x43035950 (LWP 20028) exited] >[New Thread 0x43035950 (LWP 20044)] >[Thread 0x43035950 (LWP 20044) exited] >[New Thread 0x43035950 (LWP 20057)] >[New Thread 0x46c3b950 (LWP 20059)] >[Thread 0x43035950 (LWP 20057) exited] >[Thread 0x46c3b950 (LWP 20059) exited] >[New Thread 0x46c3b950 (LWP 20069)] >[Thread 0x46c3b950 (LWP 20069) exited] >[New Thread 0x46c3b950 (LWP 20104)] >[Thread 0x46c3b950 (LWP 20104) exited] >[New Thread 0x46c3b950 (LWP 20120)] >[Thread 0x46c3b950 (LWP 20120) exited] >[New Thread 0x46c3b950 (LWP 20136)] >[Thread 0x46c3b950 (LWP 20136) exited] >[New Thread 0x46c3b950 (LWP 20150)] >[Thread 0x46c3b950 (LWP 20150) exited] >[New Thread 0x46c3b950 (LWP 20159)] >[Thread 0x46c3b950 (LWP 20159) exited] >[New Thread 0x46c3b950 (LWP 20177)] >[Thread 0x46c3b950 (LWP 20177) exited] >[New Thread 0x46c3b950 (LWP 20190)] >[Thread 0x46c3b950 (LWP 20190) exited] >[New Thread 0x46c3b950 (LWP 20264)] >[Thread 0x46c3b950 (LWP 20264) exited] >[New Thread 0x46c3b950 (LWP 20270)] >[Thread 0x46c3b950 (LWP 20270) exited] >[New Thread 0x46c3b950 (LWP 20275)] >[New Thread 0x43035950 (LWP 20318)] >[New Thread 0x45839950 (LWP 20319)] >[New Thread 0x4623a950 (LWP 20320)] >[Thread 0x43035950 (LWP 20318) exited] >[Thread 0x4623a950 (LWP 20320) exited] >[New Thread 0x4623a950 (LWP 20321)] >[Thread 0x45839950 (LWP 20319) exited] >[New Thread 0x45839950 (LWP 20322)] >[New Thread 0x43035950 (LWP 20323)] >[New Thread 0x4763c950 (LWP 20324)] >[Thread 0x4623a950 (LWP 20321) exited] >[Thread 0x45839950 (LWP 20322) exited] >[Thread 0x4763c950 (LWP 20324) exited] >[New Thread 0x4763c950 (LWP 20325)] >[Thread 0x4763c950 (LWP 20325) exited] >[New Thread 0x4763c950 (LWP 20328)] >[Thread 0x43035950 (LWP 20323) exited] >[New Thread 0x43035950 (LWP 20329)] >[New Thread 0x45839950 (LWP 20330)] >[Thread 0x4763c950 (LWP 20328) exited] >[Thread 0x43035950 (LWP 20329) exited] >[New Thread 0x43035950 (LWP 20331)] >[Thread 0x43035950 (LWP 20331) exited] >[Thread 0x45839950 (LWP 20330) exited] >[New Thread 0x45839950 (LWP 20394)] >[New Thread 0x43035950 (LWP 20395)] >[Thread 0x45839950 (LWP 20394) exited] >[Thread 0x43035950 (LWP 20395) exited] >[Thread 0x46c3b950 (LWP 20275) exited] >[New Thread 0x46c3b950 (LWP 20428)] >[Thread 0x46c3b950 (LWP 20428) exited] >[New Thread 0x46c3b950 (LWP 20434)] >[Thread 0x46c3b950 (LWP 20434) exited] >[New Thread 0x46c3b950 (LWP 20472)] >[Thread 0x46c3b950 (LWP 20472) exited] >[New Thread 0x46c3b950 (LWP 20477)] >[Thread 0x46c3b950 (LWP 20477) exited] >[New Thread 0x46c3b950 (LWP 20543)] >[Thread 0x46c3b950 (LWP 20543) exited] >[New Thread 0x46c3b950 (LWP 20548)] >[Thread 0x46c3b950 (LWP 20548) exited] >[New Thread 0x46c3b950 (LWP 20591)] >[New Thread 0x43035950 (LWP 20592)] >[New Thread 0x45839950 (LWP 20593)] >[Thread 0x45839950 (LWP 20593) exited] >[Thread 0x43035950 (LWP 20592) exited] >[New Thread 0x43035950 (LWP 20594)] >[Thread 0x46c3b950 (LWP 20591) exited] >[New Thread 0x46c3b950 (LWP 20595)] >[Thread 0x43035950 (LWP 20594) exited] >[New Thread 0x43035950 (LWP 20598)] >[Thread 0x46c3b950 (LWP 20595) exited] >[Thread 0x43035950 (LWP 20598) exited] >[New Thread 0x43035950 (LWP 20629)] >[Thread 0x43035950 (LWP 20629) exited] >[New Thread 0x43035950 (LWP 20805)] >[Thread 0x43035950 (LWP 20805) exited] >[New Thread 0x43035950 (LWP 20812)] >[Thread 0x43035950 (LWP 20812) exited] >[New Thread 0x43035950 (LWP 20840)] >[New Thread 0x46c3b950 (LWP 20841)] >[Thread 0x43035950 (LWP 20840) exited] >[New Thread 0x43035950 (LWP 20842)] >[Thread 0x46c3b950 (LWP 20841) exited] >[New Thread 0x46c3b950 (LWP 20843)] >[Thread 0x43035950 (LWP 20842) exited] >[New Thread 0x43035950 (LWP 20849)] >[Thread 0x46c3b950 (LWP 20843) exited] >[Thread 0x43035950 (LWP 20849) exited] >[New Thread 0x43035950 (LWP 20877)] >[New Thread 0x46c3b950 (LWP 20895)] >[New Thread 0x45839950 (LWP 20896)] >[Thread 0x45839950 (LWP 20896) exited] >[New Thread 0x45839950 (LWP 20909)] >[Thread 0x46c3b950 (LWP 20895) exited] >[Thread 0x43035950 (LWP 20877) exited] >[Thread 0x45839950 (LWP 20909) exited] >[New Thread 0x45839950 (LWP 20992)] >[Thread 0x45839950 (LWP 20992) exited] >[New Thread 0x45839950 (LWP 21055)] >[New Thread 0x43035950 (LWP 21056)] >[New Thread 0x46c3b950 (LWP 21057)] >[Thread 0x43035950 (LWP 21056) exited] >[New Thread 0x43035950 (LWP 21058)] >[Thread 0x43035950 (LWP 21058) exited] >[New Thread 0x43035950 (LWP 21059)] >[Thread 0x43035950 (LWP 21059) exited] >[Thread 0x46c3b950 (LWP 21057) exited] >[Thread 0x45839950 (LWP 21055) exited] >[New Thread 0x45839950 (LWP 21062)] >[Thread 0x45839950 (LWP 21062) exited] >[New Thread 0x45839950 (LWP 21066)] >[New Thread 0x46c3b950 (LWP 21067)] >[New Thread 0x43035950 (LWP 21068)] >[Thread 0x46c3b950 (LWP 21067) exited] >[Thread 0x43035950 (LWP 21068) exited] >[Thread 0x45839950 (LWP 21066) exited] >[New Thread 0x45839950 (LWP 21076)] >[New Thread 0x43035950 (LWP 21077)] >[Thread 0x45839950 (LWP 21076) exited] >[New Thread 0x45839950 (LWP 21078)] >[Thread 0x43035950 (LWP 21077) exited] >[New Thread 0x43035950 (LWP 21082)] >[New Thread 0x46c3b950 (LWP 21083)] >[Thread 0x43035950 (LWP 21082) exited] >[New Thread 0x43035950 (LWP 21084)] >[Thread 0x43035950 (LWP 21084) exited] >[New Thread 0x43035950 (LWP 21085)] >[Thread 0x43035950 (LWP 21085) exited] >[New Thread 0x43035950 (LWP 21086)] >[Thread 0x46c3b950 (LWP 21083) exited] >[Thread 0x43035950 (LWP 21086) exited] >[Thread 0x45839950 (LWP 21078) exited] >[New Thread 0x45839950 (LWP 21204)] >[Thread 0x45839950 (LWP 21204) exited] >[New Thread 0x45839950 (LWP 21265)] >[Thread 0x45839950 (LWP 21265) exited] >[New Thread 0x45839950 (LWP 21277)] >[Thread 0x45839950 (LWP 21277) exited] >[New Thread 0x45839950 (LWP 21308)] >[Thread 0x45839950 (LWP 21308) exited] >[New Thread 0x45839950 (LWP 21315)] >[New Thread 0x43035950 (LWP 21320)] >[New Thread 0x46c3b950 (LWP 21321)] >[New Thread 0x4623a950 (LWP 21322)] >[Thread 0x43035950 (LWP 21320) exited] >[Thread 0x4623a950 (LWP 21322) exited] >[New Thread 0x4623a950 (LWP 21323)] >[Thread 0x4623a950 (LWP 21323) exited] >[New Thread 0x4623a950 (LWP 21324)] >[Thread 0x4623a950 (LWP 21324) exited] >[Thread 0x46c3b950 (LWP 21321) exited] >[New Thread 0x46c3b950 (LWP 21344)] >[New Thread 0x4623a950 (LWP 21345)] >[Thread 0x46c3b950 (LWP 21344) exited] >[New Thread 0x46c3b950 (LWP 21349)] >[New Thread 0x43035950 (LWP 21350)] >[Thread 0x46c3b950 (LWP 21349) exited] >[Thread 0x4623a950 (LWP 21345) exited] >[New Thread 0x4623a950 (LWP 21354)] >[Thread 0x43035950 (LWP 21350) exited] >[Thread 0x4623a950 (LWP 21354) exited] >[Thread 0x45839950 (LWP 21315) exited] >[New Thread 0x45839950 (LWP 21397)] >[New Thread 0x4623a950 (LWP 21468)] >[New Thread 0x43035950 (LWP 21469)] >[Thread 0x43035950 (LWP 21469) exited] >[Thread 0x4623a950 (LWP 21468) exited] >[New Thread 0x4623a950 (LWP 21472)] >[New Thread 0x43035950 (LWP 21473)] >[New Thread 0x46c3b950 (LWP 21474)] >[Thread 0x43035950 (LWP 21473) exited] >[Thread 0x4623a950 (LWP 21472) exited] >[New Thread 0x4623a950 (LWP 21476)] >[Thread 0x4623a950 (LWP 21476) exited] >[New Thread 0x4623a950 (LWP 21478)] >[Thread 0x4623a950 (LWP 21478) exited] >[New Thread 0x4623a950 (LWP 21480)] >[Thread 0x46c3b950 (LWP 21474) exited] >[Thread 0x4623a950 (LWP 21480) exited] >[Thread 0x45839950 (LWP 21397) exited] >[New Thread 0x45839950 (LWP 21544)] >[New Thread 0x4623a950 (LWP 21554)] >[New Thread 0x46c3b950 (LWP 21555)] >[New Thread 0x43035950 (LWP 21556)] >[Thread 0x4623a950 (LWP 21554) exited] >[Thread 0x43035950 (LWP 21556) exited] >[Thread 0x46c3b950 (LWP 21555) exited] >[New Thread 0x46c3b950 (LWP 21565)] >[New Thread 0x43035950 (LWP 21566)] >[New Thread 0x4623a950 (LWP 21567)] >[New Thread 0x4763c950 (LWP 21568)] >[New Thread 0x4803d950 (LWP 21569)] >[Thread 0x4803d950 (LWP 21569) exited] >[Thread 0x4763c950 (LWP 21568) exited] >[Thread 0x43035950 (LWP 21566) exited] >[Thread 0x4623a950 (LWP 21567) exited] >[Thread 0x46c3b950 (LWP 21565) exited] >[Thread 0x45839950 (LWP 21544) exited] >[New Thread 0x45839950 (LWP 21757)] >[Thread 0x45839950 (LWP 21757) exited] >[New Thread 0x45839950 (LWP 21776)] >[Thread 0x45839950 (LWP 21776) exited] >[New Thread 0x45839950 (LWP 21784)] >[Thread 0x45839950 (LWP 21784) exited] >[New Thread 0x45839950 (LWP 21792)] >[Thread 0x45839950 (LWP 21792) exited] >[New Thread 0x45839950 (LWP 21797)] >[Thread 0x45839950 (LWP 21797) exited] >[New Thread 0x45839950 (LWP 21867)] >[Thread 0x45839950 (LWP 21867) exited] >[New Thread 0x45839950 (LWP 21898)] >[New Thread 0x46c3b950 (LWP 21906)] >[New Thread 0x4623a950 (LWP 21907)] >[New Thread 0x43035950 (LWP 21908)] >[Thread 0x4623a950 (LWP 21907) exited] >[Thread 0x46c3b950 (LWP 21906) exited] >[Thread 0x43035950 (LWP 21908) exited] >[Thread 0x45839950 (LWP 21898) exited] >[New Thread 0x45839950 (LWP 21930)] >[Thread 0x45839950 (LWP 21930) exited] >[New Thread 0x45839950 (LWP 21946)] >[New Thread 0x43035950 (LWP 21947)] >[Thread 0x45839950 (LWP 21946) exited] >[Thread 0x43035950 (LWP 21947) exited] >[New Thread 0x43035950 (LWP 21996)] >[New Thread 0x45839950 (LWP 22081)] >[Thread 0x45839950 (LWP 22081) exited] >[Thread 0x43035950 (LWP 21996) exited] >[New Thread 0x43035950 (LWP 22126)] >[Thread 0x43035950 (LWP 22126) exited] >[New Thread 0x43035950 (LWP 22210)] >[Thread 0x43035950 (LWP 22210) exited] >[New Thread 0x43035950 (LWP 22229)] >[New Thread 0x45839950 (LWP 22230)] >[Thread 0x45839950 (LWP 22230) exited] >[Thread 0x43035950 (LWP 22229) exited] >[New Thread 0x43035950 (LWP 22262)] >[Thread 0x43035950 (LWP 22262) exited] >[New Thread 0x43035950 (LWP 22267)] >[New Thread 0x45839950 (LWP 22272)] >[Thread 0x45839950 (LWP 22272) exited] >[New Thread 0x46c3b950 (LWP 22273)] >[Thread 0x43035950 (LWP 22267) exited] >[New Thread 0x43035950 (LWP 22299)] >[Thread 0x43035950 (LWP 22299) exited] >[Thread 0x46c3b950 (LWP 22273) exited] >[New Thread 0x46c3b950 (LWP 22314)] >[New Thread 0x43035950 (LWP 22390)] >[New Thread 0x45839950 (LWP 22391)] >[Thread 0x46c3b950 (LWP 22314) exited] >[Thread 0x45839950 (LWP 22391) exited] >[New Thread 0x45839950 (LWP 22400)] >[Thread 0x43035950 (LWP 22390) exited] >[Thread 0x45839950 (LWP 22400) exited] >[New Thread 0x45839950 (LWP 22415)] >[Thread 0x45839950 (LWP 22415) exited] >[New Thread 0x45839950 (LWP 22429)] >[Thread 0x45839950 (LWP 22429) exited] >[New Thread 0x45839950 (LWP 22500)] >[Thread 0x45839950 (LWP 22500) exited] >[New Thread 0x45839950 (LWP 22552)] >[Thread 0x45839950 (LWP 22552) exited] >[New Thread 0x45839950 (LWP 22570)] >[New Thread 0x43035950 (LWP 22571)] >[Thread 0x43035950 (LWP 22571) exited] >[New Thread 0x43035950 (LWP 22576)] >[Thread 0x45839950 (LWP 22570) exited] >[New Thread 0x45839950 (LWP 22581)] >[Thread 0x45839950 (LWP 22581) exited] >[Thread 0x43035950 (LWP 22576) exited] >[New Thread 0x43035950 (LWP 22590)] >[Thread 0x43035950 (LWP 22590) exited] >[New Thread 0x43035950 (LWP 22674)] >[Thread 0x43035950 (LWP 22674) exited] >[New Thread 0x43035950 (LWP 22684)] >[Thread 0x43035950 (LWP 22684) exited] >[New Thread 0x43035950 (LWP 22690)] >[Thread 0x43035950 (LWP 22690) exited] >[New Thread 0x43035950 (LWP 22735)] >[New Thread 0x45839950 (LWP 22767)] >[Thread 0x45839950 (LWP 22767) exited] >[Thread 0x43035950 (LWP 22735) exited] >[New Thread 0x43035950 (LWP 24378)] >[Thread 0x43035950 (LWP 24378) exited] >[New Thread 0x43035950 (LWP 24406)] >[Thread 0x43035950 (LWP 24406) exited] >[New Thread 0x43035950 (LWP 24427)] >[Thread 0x43035950 (LWP 24427) exited] >[New Thread 0x43035950 (LWP 24477)] >[Thread 0x43035950 (LWP 24477) exited] >[New Thread 0x43035950 (LWP 24485)] >[New Thread 0x45839950 (LWP 24486)] >[Thread 0x43035950 (LWP 24485) exited] >[Thread 0x45839950 (LWP 24486) exited] >[New Thread 0x45839950 (LWP 24595)] >[Thread 0x45839950 (LWP 24595) exited] >[New Thread 0x45839950 (LWP 24758)] >[Thread 0x45839950 (LWP 24758) exited] >[New Thread 0x45839950 (LWP 24823)] >[Thread 0x45839950 (LWP 24823) exited] >[New Thread 0x45839950 (LWP 24838)] >[New Thread 0x43035950 (LWP 24846)] >[New Thread 0x46c3b950 (LWP 24847)] >[New Thread 0x4623a950 (LWP 24848)] >[New Thread 0x4763c950 (LWP 24849)] >[New Thread 0x4803d950 (LWP 24850)] >[Thread 0x4803d950 (LWP 24850) exited] >[Thread 0x4623a950 (LWP 24848) exited] >[Thread 0x46c3b950 (LWP 24847) exited] >[Thread 0x43035950 (LWP 24846) exited] >[New Thread 0x43035950 (LWP 24851)] >[Thread 0x43035950 (LWP 24851) exited] >[New Thread 0x43035950 (LWP 24852)] >[New Thread 0x46c3b950 (LWP 24853)] >[Thread 0x43035950 (LWP 24852) exited] >[Thread 0x4763c950 (LWP 24849) exited] >[Thread 0x46c3b950 (LWP 24853) exited] >[Thread 0x45839950 (LWP 24838) exited] >[New Thread 0x45839950 (LWP 24884)] >[Thread 0x45839950 (LWP 24884) exited] >[New Thread 0x45839950 (LWP 24889)] >[New Thread 0x46c3b950 (LWP 25049)] >[New Thread 0x4763c950 (LWP 25050)] >[New Thread 0x43035950 (LWP 25051)] >[New Thread 0x4623a950 (LWP 25052)] >[Thread 0x46c3b950 (LWP 25049) exited] >[Thread 0x43035950 (LWP 25051) exited] >[Thread 0x4763c950 (LWP 25050) exited] >[New Thread 0x4763c950 (LWP 25053)] >[Thread 0x4623a950 (LWP 25052) exited] >[New Thread 0x4623a950 (LWP 25055)] >[Thread 0x4763c950 (LWP 25053) exited] >[Thread 0x4623a950 (LWP 25055) exited] >[Thread 0x45839950 (LWP 24889) exited] >[New Thread 0x45839950 (LWP 25142)] >[Thread 0x45839950 (LWP 25142) exited] >[New Thread 0x45839950 (LWP 25167)] >[New Thread 0x4623a950 (LWP 25168)] >[New Thread 0x4763c950 (LWP 25169)] >[Thread 0x4623a950 (LWP 25168) exited] >[New Thread 0x4623a950 (LWP 25174)] >[Thread 0x4623a950 (LWP 25174) exited] >[New Thread 0x4623a950 (LWP 25175)] >[Thread 0x4623a950 (LWP 25175) exited] >[Thread 0x4763c950 (LWP 25169) exited] >[Thread 0x45839950 (LWP 25167) exited] >[New Thread 0x45839950 (LWP 25213)] >[New Thread 0x4763c950 (LWP 25215)] >[New Thread 0x4623a950 (LWP 25216)] >[Thread 0x4763c950 (LWP 25215) exited] >[New Thread 0x4763c950 (LWP 25217)] >[Thread 0x4623a950 (LWP 25216) exited] >[Thread 0x4763c950 (LWP 25217) exited] >[Thread 0x45839950 (LWP 25213) exited] >[New Thread 0x45839950 (LWP 25240)] >[New Thread 0x4763c950 (LWP 25248)] >[New Thread 0x4623a950 (LWP 25249)] >[Thread 0x4763c950 (LWP 25248) exited] >[New Thread 0x4763c950 (LWP 25250)] >[New Thread 0x43035950 (LWP 25251)] >[Thread 0x43035950 (LWP 25251) exited] >[Thread 0x4763c950 (LWP 25250) exited] >[Thread 0x4623a950 (LWP 25249) exited] >[Thread 0x45839950 (LWP 25240) exited] >[New Thread 0x45839950 (LWP 25271)] >[Thread 0x45839950 (LWP 25271) exited] >[New Thread 0x45839950 (LWP 25307)] >[Thread 0x45839950 (LWP 25307) exited] >[New Thread 0x45839950 (LWP 25319)] >[New Thread 0x4623a950 (LWP 25320)] >[Thread 0x45839950 (LWP 25319) exited] >[New Thread 0x45839950 (LWP 25335)] >[Thread 0x4623a950 (LWP 25320) exited] >[New Thread 0x4623a950 (LWP 25341)] >[New Thread 0x43035950 (LWP 25342)] >[New Thread 0x46c3b950 (LWP 25343)] >[Thread 0x4623a950 (LWP 25341) exited] >[Thread 0x43035950 (LWP 25342) exited] > >Program received signal SIGPIPE, Broken pipe. >[Switching to Thread 0x43a36950 (LWP 14328)] >0x00000037bd60e161 in __libc_send (fd=<value optimized out>, buf=<value optimized out>, n=<value optimized out>, flags=<value optimized out>) at ../sysdeps/unix/sysv/linux/x86_64/send.c:33 >(gdb) cont >[Thread 0x46c3b950 (LWP 25343) exited] > >Program received signal SIGPIPE, Broken pipe. >0x00000037bd60e161 in __libc_send (fd=<value optimized out>, buf=<value optimized out>, n=<value optimized out>, flags=<value optimized out>) at ../sysdeps/unix/sysv/linux/x86_64/send.c:33 >(gdb) cont >[Thread 0x45839950 (LWP 25335) exited] > >Program received signal SIGPIPE, Broken pipe. >[Switching to Thread 0x42634950 (LWP 14325)] >0x00000037bd60e161 in __libc_send (fd=<value optimized out>, buf=<value optimized out>, n=<value optimized out>, flags=<value optimized out>) at ../sysdeps/unix/sysv/linux/x86_64/send.c:33 >(gdb) cont > >Program received signal SIGPIPE, Broken pipe. >[Switching to Thread 0x43a36950 (LWP 14328)] >0x00000037bd60e161 in __libc_send (fd=<value optimized out>, buf=<value optimized out>, n=<value optimized out>, flags=<value optimized out>) at ../sysdeps/unix/sysv/linux/x86_64/send.c:33 >(gdb) cont >[New Thread 0x45839950 (LWP 25355)] >[New Thread 0x46c3b950 (LWP 25356)] >[New Thread 0x43035950 (LWP 25357)] >[Thread 0x46c3b950 (LWP 25356) exited] >[Thread 0x45839950 (LWP 25355) exited] >[New Thread 0x45839950 (LWP 25361)] > >Program received signal SIGPIPE, Broken pipe. >0x00000037bd60e161 in __libc_send (fd=<value optimized out>, buf=<value optimized out>, n=<value optimized out>, flags=<value optimized out>) at ../sysdeps/unix/sysv/linux/x86_64/send.c:33 >(gdb) cont >^C >Program received signal SIGINT, Interrupt. >[Switching to Thread 0x7f668f95d700 (LWP 14316)] >0x00000037bcadcc02 in select () from /lib64/libc.so.6 >(gdb) cont > >Program received signal SIGPIPE, Broken pipe. >[Switching to Thread 0x43a36950 (LWP 14328)] >0x00000037bd60e161 in __libc_send (fd=<value optimized out>, buf=<value optimized out>, n=<value optimized out>, flags=<value optimized out>) at ../sysdeps/unix/sysv/linux/x86_64/send.c:33 >(gdb) cont > >Program received signal SIGPIPE, Broken pipe. >0x00000037bd60e161 in __libc_send (fd=<value optimized out>, buf=<value optimized out>, n=<value optimized out>, flags=<value optimized out>) at ../sysdeps/unix/sysv/linux/x86_64/send.c:33 >(gdb) cont > >Program received signal SIGPIPE, Broken pipe. >0x00000037bd60e161 in __libc_send (fd=<value optimized out>, buf=<value optimized out>, n=<value optimized out>, flags=<value optimized out>) at ../sysdeps/unix/sysv/linux/x86_64/send.c:33 >(gdb) cont >[Thread 0x43035950 (LWP 25357) exited] >[Thread 0x45839950 (LWP 25361) exited] >[New Thread 0x45839950 (LWP 25377)] >[New Thread 0x43035950 (LWP 25378)] >[New Thread 0x46c3b950 (LWP 25379)] >[Thread 0x46c3b950 (LWP 25379) exited] >[Thread 0x43035950 (LWP 25378) exited] >[New Thread 0x43035950 (LWP 25383)] >[New Thread 0x46c3b950 (LWP 25384)] >[Thread 0x46c3b950 (LWP 25384) exited] >[Thread 0x43035950 (LWP 25383) exited] >[Thread 0x45839950 (LWP 25377) exited] >[New Thread 0x45839950 (LWP 25566)] >[Thread 0x45839950 (LWP 25566) exited] >[New Thread 0x45839950 (LWP 25627)] >[Thread 0x45839950 (LWP 25627) exited] >[New Thread 0x45839950 (LWP 25690)] >[Thread 0x45839950 (LWP 25690) exited] >[New Thread 0x45839950 (LWP 25812)] >[New Thread 0x43035950 (LWP 25813)] >[Thread 0x45839950 (LWP 25812) exited] >[Thread 0x43035950 (LWP 25813) exited] >[New Thread 0x43035950 (LWP 25883)] >[Thread 0x43035950 (LWP 25883) exited] >[New Thread 0x43035950 (LWP 25999)] >[Thread 0x43035950 (LWP 25999) exited] >[New Thread 0x43035950 (LWP 26013)] >[Thread 0x43035950 (LWP 26013) exited] >[New Thread 0x43035950 (LWP 26202)] >[Thread 0x43035950 (LWP 26202) exited] >[New Thread 0x43035950 (LWP 26223)] >[Thread 0x43035950 (LWP 26223) exited] >[New Thread 0x43035950 (LWP 26286)] >[Thread 0x43035950 (LWP 26286) exited] >[New Thread 0x43035950 (LWP 26334)] >[Thread 0x43035950 (LWP 26334) exited] >[New Thread 0x43035950 (LWP 26370)] >[Thread 0x43035950 (LWP 26370) exited] >[New Thread 0x43035950 (LWP 26471)] >[Thread 0x43035950 (LWP 26471) exited] >[New Thread 0x43035950 (LWP 26499)] >[Thread 0x43035950 (LWP 26499) exited] >[New Thread 0x43035950 (LWP 26604)] >Detaching after fork from child process 26607. >CalDAV Eplugin starting up ... >** (evolution:26608): DEBUG: mailto URL command: evolution --component=mail %s >** (evolution:26608): DEBUG: mailto URL program: evolution >[Thread 0x43035950 (LWP 26604) exited] >[New Thread 0x43035950 (LWP 26717)] >[New Thread 0x45839950 (LWP 26723)] >[Thread 0x43035950 (LWP 26717) exited] >[Thread 0x45839950 (LWP 26723) exited] >[New Thread 0x45839950 (LWP 26747)] >[New Thread 0x43035950 (LWP 26749)] >[Thread 0x43035950 (LWP 26749) exited] >[Thread 0x45839950 (LWP 26747) exited] >[New Thread 0x45839950 (LWP 26752)] >[Thread 0x45839950 (LWP 26752) exited] >[New Thread 0x45839950 (LWP 26792)] >[New Thread 0x43035950 (LWP 26820)] >[Thread 0x45839950 (LWP 26792) exited] >[New Thread 0x45839950 (LWP 26824)] >[Thread 0x45839950 (LWP 26824) exited] >[Thread 0x43035950 (LWP 26820) exited] >[New Thread 0x43035950 (LWP 26859)] >[Thread 0x43035950 (LWP 26859) exited] >[New Thread 0x43035950 (LWP 27147)] >[Thread 0x43035950 (LWP 27147) exited] >[New Thread 0x43035950 (LWP 27205)] >[Thread 0x43035950 (LWP 27205) exited] >[New Thread 0x43035950 (LWP 27242)] >[Thread 0x43035950 (LWP 27242) exited] >[New Thread 0x43035950 (LWP 27762)] >[Thread 0x43035950 (LWP 27762) exited] >[New Thread 0x43035950 (LWP 27781)] >[Thread 0x43035950 (LWP 27781) exited] >[New Thread 0x43035950 (LWP 27795)] >[Thread 0x43035950 (LWP 27795) exited] >[New Thread 0x43035950 (LWP 31947)] >[Thread 0x43035950 (LWP 31947) exited] >[New Thread 0x43035950 (LWP 32005)] >[Thread 0x43035950 (LWP 32005) exited] >[New Thread 0x43035950 (LWP 32116)] >[Thread 0x43035950 (LWP 32116) exited] >[New Thread 0x43035950 (LWP 32150)] >[Thread 0x43035950 (LWP 32150) exited] >[New Thread 0x43035950 (LWP 32171)] >[Thread 0x43035950 (LWP 32171) exited] >[New Thread 0x43035950 (LWP 32179)] >[Switching to Thread 0x7f668f95d700 (LWP 14316)] > >Breakpoint 2, gdk_x_error (display=Could not find the frame base for "gdk_x_error". >) at gdkmain-x11.c:614 >(gdb) step >(gdb) step >(gdb) step >XGetErrorText (dpy=<value optimized out>, code=<value optimized out>, buffer=<value optimized out>, nbytes=<value optimized out>) at ErrDes.c:108 >/usr/src/debug/libX11-1.1.4/src/ErrDes.c:108:3959:beg:0x37bee237e0 >(gdb) list 'gdk_x_error' >Line 613 of "gdkmain-x11.c" starts at address 0x37c4e64690 <gdk_x_error> and ends at 0x37c4e646a7 <gdk_x_error+23>. >(gdb) until >(gdb) step >(gdb) step >warning: Source file is more recent than executable. >(gdb) step >___sprintf_chk (s=<value optimized out>, flags=<value optimized out>, slen=<value optimized out>, format=<value optimized out>) at sprintf_chk.c:28 >/usr/src/debug/glibc-20080412T0741/debug/sprintf_chk.c:28:1120:beg:0x37bcaf9fb0 >(gdb) step >(gdb) step >(gdb) step >(gdb) step >(gdb) step >___vsprintf_chk (s=<value optimized out>, flags=<value optimized out>, slen=<value optimized out>, format=<value optimized out>, args=<value optimized out>) at vsprintf_chk.c:67 >/usr/src/debug/glibc-20080412T0741/debug/vsprintf_chk.c:67:2219:beg:0x37bcafa050 >(gdb) step >(gdb) step >(gdb) step >(gdb) step >(gdb) step >(gdb) step >_IO_no_init (fp=<value optimized out>, flags=<value optimized out>, orientation=<value optimized out>, wd=<value optimized out>, jmp=<value optimized out>) at genops.c:648 >/usr/src/debug/glibc-20080412T0741/libio/genops.c:648:15190:beg:0x37bca75dd0 >(gdb) step >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >___vsprintf_chk (s=<value optimized out>, flags=<value optimized out>, slen=<value optimized out>, format=<value optimized out>, args=<value optimized out>) at vsprintf_chk.c:78 >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >___sprintf_chk (s=<value optimized out>, flags=<value optimized out>, slen=<value optimized out>, format=<value optimized out>) at sprintf_chk.c:37 >(gdb) next >XGetErrorText (dpy=<value optimized out>, code=<value optimized out>, buffer=<value optimized out>, nbytes=<value optimized out>) at ErrDes.c:116 >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) next >(gdb) until >(gdb) next >(gdb) next >gdk_x_error (display=Could not find the frame base for "gdk_x_error". >) at gdkmain-x11.c:623 >(gdb) next >(gdb) next >The program 'firefox' received an X Window System error. >This probably reflects a bug in the program. >The error was 'BadIDChoice (invalid resource ID chosen for this connection)'. > (Details: serial 94993728 error_code 14 request_code 152 minor_code 4) > (Note to programmers: normally, X errors are reported asynchronously; > that is, you will receive the error a while after causing it. > To debug your program, run it with the --sync command line > option to change this behavior. You can then get a meaningful > backtrace from your debugger if you break on the gdk_x_error() function.) >(gdb) >(gdb) thread apply all backtrace > >Thread 338 (Thread 0x43035950 (LWP 32179)): >#0 0x00000037bd60af19 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 >#1 0x00000037d0623ee4 in PR_WaitCondVar (cvar=<value optimized out>, timeout=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptsynch.c:405 >#2 0x00000037d0623f66 in PR_Wait (mon=<value optimized out>, timeout=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptsynch.c:584 >#3 0x00000037d6626ee1 in nsEventQueue::GetEvent (this=<value optimized out>, mayWait=<value optimized out>, result=<value optimized out>) at ../../dist/include/xpcom/nsAutoLock.h:340 >#4 0x00000037d6627b19 in nsThread::ProcessNextEvent (this=<value optimized out>, mayWait=<value optimized out>, result=<value optimized out>) at nsThread.h:112 >#5 0x00000037d65f9396 in NS_ProcessNextEvent_P (thread=<value optimized out>, mayWait=<value optimized out>) at nsThreadUtils.cpp:227 >#6 0x00000037d662830f in nsThread::ThreadFunc (arg=<value optimized out>) at nsThread.cpp:254 >#7 0x00000037d0629aa3 in _pt_root (arg=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptthread.c:221 >#8 0x00000037bd60729a in start_thread (arg=<value optimized out>) at pthread_create.c:297 >#9 0x00000037bcae439d in clone () from /lib64/libc.so.6 > >Thread 16 (Thread 0x44e38950 (LWP 14335)): >#0 0x00000037bd60af19 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 >#1 0x00000037d0623ee4 in PR_WaitCondVar (cvar=<value optimized out>, timeout=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptsynch.c:405 >#2 0x00000037d0623f66 in PR_Wait (mon=<value optimized out>, timeout=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptsynch.c:584 >#3 0x00000037d6626ee1 in nsEventQueue::GetEvent (this=<value optimized out>, mayWait=<value optimized out>, result=<value optimized out>) at ../../dist/include/xpcom/nsAutoLock.h:340 >#4 0x00000037d6627b19 in nsThread::ProcessNextEvent (this=<value optimized out>, mayWait=<value optimized out>, result=<value optimized out>) at nsThread.h:112 >#5 0x00000037d65f9396 in NS_ProcessNextEvent_P (thread=<value optimized out>, mayWait=<value optimized out>) at nsThreadUtils.cpp:227 >#6 0x00000037d662830f in nsThread::ThreadFunc (arg=<value optimized out>) at nsThread.cpp:254 >#7 0x00000037d0629aa3 in _pt_root (arg=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptthread.c:221 >#8 0x00000037bd60729a in start_thread (arg=<value optimized out>) at pthread_create.c:297 >#9 0x00000037bcae439d in clone () from /lib64/libc.so.6 >Current language: auto; currently asm > >Thread 13 (Thread 0x44437950 (LWP 14329)): >#0 0x00000037bd60af19 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 >#1 0x00000037d0623ee4 in PR_WaitCondVar (cvar=<value optimized out>, timeout=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptsynch.c:405 >#2 0x00000037d6453898 in nsCertVerificationThread::Run (this=<value optimized out>) at nsCertVerificationThread.cpp:138 >#3 0x00000037d0629aa3 in _pt_root (arg=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptthread.c:221 >#4 0x00000037bd60729a in start_thread (arg=<value optimized out>) at pthread_create.c:297 >#5 0x00000037bcae439d in clone () from /lib64/libc.so.6 > >Thread 12 (Thread 0x43a36950 (LWP 14328)): >#0 0x00000037bd60af19 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 >#1 0x00000037d0623ee4 in PR_WaitCondVar (cvar=<value optimized out>, timeout=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptsynch.c:405 >#2 0x00000037d6452979 in nsSSLThread::Run (this=<value optimized out>) at nsSSLThread.cpp:964 >#3 0x00000037d0629aa3 in _pt_root (arg=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptthread.c:221 >#4 0x00000037bd60729a in start_thread (arg=<value optimized out>) at pthread_create.c:297 >#5 0x00000037bcae439d in clone () from /lib64/libc.so.6 > >Thread 10 (Thread 0x4143b950 (LWP 14326)): >#0 0x00000037bd60b19d in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 >#1 0x00000037d0623244 in pt_TimedWait (cv=<value optimized out>, ml=<value optimized out>, timeout=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptsynch.c:280 >#2 0x00000037d0623e6a in PR_WaitCondVar (cvar=<value optimized out>, timeout=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptsynch.c:407 >#3 0x00000037d662a90e in TimerThread::Run (this=<value optimized out>) at TimerThread.cpp:345 >#4 0x00000037d6627b3e in nsThread::ProcessNextEvent (this=<value optimized out>, mayWait=<value optimized out>, result=<value optimized out>) at nsThread.cpp:510 >#5 0x00000037d65f9396 in NS_ProcessNextEvent_P (thread=<value optimized out>, mayWait=<value optimized out>) at nsThreadUtils.cpp:227 >#6 0x00000037d662830f in nsThread::ThreadFunc (arg=<value optimized out>) at nsThread.cpp:254 >#7 0x00000037d0629aa3 in _pt_root (arg=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptthread.c:221 >#8 0x00000037bd60729a in start_thread (arg=<value optimized out>) at pthread_create.c:297 >#9 0x00000037bcae439d in clone () from /lib64/libc.so.6 > >Thread 9 (Thread 0x42634950 (LWP 14325)): >#0 0x00000037bcada9f6 in __poll (fds=<value optimized out>, nfds=<value optimized out>, timeout=<value optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87 >#1 0x00000037d0625a67 in _pr_poll_with_poll (pds=<value optimized out>, npds=<value optimized out>, timeout=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptio.c:3895 >#2 0x00000037d5e849c4 in nsSocketTransportService::Poll (this=<value optimized out>, wait=<value optimized out>, interval=<value optimized out>) at nsSocketTransportService2.cpp:349 >#3 0x00000037d5e84e8a in nsSocketTransportService::DoPollIteration (this=<value optimized out>, wait=<value optimized out>) at nsSocketTransportService2.cpp:644 >#4 0x00000037d5e85107 in nsSocketTransportService::OnProcessNextEvent (this=<value optimized out>, thread=<value optimized out>, mayWait=<value optimized out>, depth=<value optimized out>) at nsSocketTransportService2.cpp:523 >#5 0x00000037d6627aeb in nsThread::ProcessNextEvent (this=<value optimized out>, mayWait=<value optimized out>, result=<value optimized out>) at nsThread.cpp:497 >#6 0x00000037d65f9396 in NS_ProcessNextEvent_P (thread=<value optimized out>, mayWait=<value optimized out>) at nsThreadUtils.cpp:227 >#7 0x00000037d5e84bd0 in nsSocketTransportService::Run (this=<value optimized out>) at nsSocketTransportService2.cpp:565 >#8 0x00000037d6627b3e in nsThread::ProcessNextEvent (this=<value optimized out>, mayWait=<value optimized out>, result=<value optimized out>) at nsThread.cpp:510 >#9 0x00000037d65f9396 in NS_ProcessNextEvent_P (thread=<value optimized out>, mayWait=<value optimized out>) at nsThreadUtils.cpp:227 >#10 0x00000037d662830f in nsThread::ThreadFunc (arg=<value optimized out>) at nsThread.cpp:254 >#11 0x00000037d0629aa3 in _pt_root (arg=<value optimized out>) at ../../../mozilla/nsprpub/pr/src/pthreads/ptthread.c:221 >#12 0x00000037bd60729a in start_thread (arg=<value optimized out>) at pthread_create.c:297 >#13 0x00000037bcae439d in clone () from /lib64/libc.so.6 > >Aborted > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >Firefox crashed with approximately 89 windows and 537 tabs open. > >We seem to have a GDB bug/problem here also. >GDB crashed after the command 'thread apply all backtrace' was entered and the dialog concerning some missing source for what appeared to be one of the pthreads related source files appeared (see screenshots). >This is the second time out of two attempts (on different debug sessions) to use 'thread apply all backtrace' that GDB has crashed like that. > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 458657
:
316397
|
316398
|
316501
|
316502
|
316504
|
316505
| 316648 |
316649
|
316650
|
316651
|
316652
|
316682
|
316685
|
316686
|
316687
|
316688
|
316730
|
316739
|
316740
|
316741
|
316743
|
316744