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 302885 Details for
Bug 441202
Ekiga crashes on startup
[?]
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.
backtrace from starting Ekiga
ekiga-backtrace.txt (text/plain), 4.79 KB, created by
Matěj Cepl
on 2008-04-18 13:40:12 UTC
(
hide
)
Description:
backtrace from starting Ekiga
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2008-04-18 13:40:12 UTC
Size:
4.79 KB
patch
obsolete
>[matej@hubmaier ~]$ gdb ekiga >GNU gdb Fedora (6.8-1.fc9) >Copyright (C) 2008 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-redhat-linux-gnu"... >(gdb) run >Starting program: /usr/bin/ekiga >[Thread debugging using libthread_db enabled] >[New Thread 0x7f7c2fca67b0 (LWP 5287)] >[New Thread 0x40da8950 (LWP 5292)] >[New Thread 0x40f7e950 (LWP 5293)] > >Program received signal SIGSEGV, Segmentation fault. >[Switching to Thread 0x7f7c2fca67b0 (LWP 5287)] >0x0000003b1dd5756c in PContainer (this=<value optimized out>, > cont=<value optimized out>) at ../common/contain.cxx:692 >692 PAssert2(cont.reference != NULL, cont.GetClass(), "Copy of deleted con(gdb) quit >The program is running. Exit anyway? (y or n) y >[matej@hubmaier ~]$ gdb ekiga >GNU gdb Fedora (6.8-1.fc9) >Copyright (C) 2008 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-redhat-linux-gnu"... >(gdb) run >Starting program: /usr/bin/ekiga >[Thread debugging using libthread_db enabled] >[New Thread 0x7f0cc84137b0 (LWP 5418)] >[New Thread 0x41529950 (LWP 5422)] >[New Thread 0x40740950 (LWP 5423)] > >Program received signal SIGSEGV, Segmentation fault. >[Switching to Thread 0x7f0cc84137b0 (LWP 5418)] >0x0000003b1dd5756c in PContainer (this=<value optimized out>, > cont=<value optimized out>) at ../common/contain.cxx:692 >692 PAssert2(cont.reference != NULL, cont.GetClass(), "Copy of deleted container"); >(gdb) thread apply all backtrace > >Thread 3 (Thread 0x40740950 (LWP 5423)): >#0 0x0000003b0900d744 in __lll_lock_wait () from /lib64/libpthread.so.0 >#1 0x0000003b09008ee4 in _L_lock_100 () from /lib64/libpthread.so.0 >#2 0x0000003b09008901 in __pthread_mutex_lock (mutex=<value optimized out>) > at pthread_mutex_lock.c:86 >#3 0x00000038a321a4d0 in gdk_threads_impl_lock () at gdk.c:388 >#4 0x00000038a321a476 in IA__gdk_threads_enter () at gdk.c:375 >#5 0x0000000000471d2e in GMManager::OnGatewayIPTimeout (this=0x1ab51a0) > at endpoints/manager.cpp:2143 >#6 0x0000003b1dd4cad1 in PTimerList::Process (this=<value optimized out>) > at ../common/osutils.cxx:1395 >#7 0x0000003b1dd3e64d in PHouseKeepingThread::Main ( > this=<value optimized out>) at tlibthrd.cxx:651 >#8 0x0000003b1dd3b5fc in PThread::PX_ThreadStart (arg=<value optimized out>) > at tlibthrd.cxx:1340 >#9 0x0000003b0900729a in start_thread (arg=<value optimized out>) > at pthread_create.c:297 >#10 0x0000003b084e42bd in clone () from /lib64/libc.so.6 > >Thread 2 (Thread 0x41529950 (LWP 5422)): >#0 0x0000003b0900b19d in pthread_cond_timedwait@@GLIBC_2.3.2 () > from /lib64/libpthread.so.0 >#1 0x0000003b1dd3b6c0 in PSyncPoint::Wait (this=<value optimized out>, > waitTime=<value optimized out>) at tlibthrd.cxx:1963 >#2 0x0000003b21018ec7 in OpalManager::GarbageMain ( > this=<value optimized out>) > at /usr/src/debug/opal-2.2.11/src/opal/manager.cxx:1189 >#3 0x0000003b1dd3b5fc in PThread::PX_ThreadStart (arg=<value optimized out>) > at tlibthrd.cxx:1340 >#4 0x0000003b0900729a in start_thread (arg=<value optimized out>) > at pthread_create.c:297 >#5 0x0000003b084e42bd in clone () from /lib64/libc.so.6 >Current language: auto; currently asm > >Thread 1 (Thread 0x7f0cc84137b0 (LWP 5418)): >#0 0x0000003b1dd5756c in PContainer (this=<value optimized out>, > cont=<value optimized out>) at ../common/contain.cxx:692 >#1 0x0000003b1dd1126d in PAbstractArray (this=<value optimized out>, > c=<value optimized out>) > at /usr/src/debug/pwlib-1.10.10/include/ptlib/array.h:171 >#2 0x0000003b1dd5767d in PString (this=<value optimized out>, > str=<value optimized out>) > at /usr/src/debug/pwlib-1.10.10/include/ptlib/array.h:378 >#3 0x0000003b21056676 in OpalGloballyUniqueID (this=<value optimized out>) > at /usr/src/debug/opal-2.2.11/src/opal/guid.cxx:176 >#4 0x0000000000429c2a in gm_account_new () at gui/accounts.cpp:1021 >#5 0x000000000042a118 in gm_aw_from_string_to_account ( > str=<value optimized out>) at gui/accounts.cpp:284 >#6 0x000000000042a705 in gnomemeeting_get_account ( > domain=0x4b7148 "eugw.ast.diamondcard.us") at gui/accounts.cpp:1317 >#7 0x000000000045c76a in gm_pc2phone_window_new () at gui/tools.cpp:295 >#8 0x00000000004693da in GnomeMeeting::BuildGUI (this=0x6f84c0) > at endpoints/ekiga.cpp:506 >#9 0x0000000000455229 in main (argc=1, argv=0x7fffd0457748, > envp=<value optimized out>) at gui/main.cpp:4678 >Current language: auto; currently c++ >(gdb) >
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 441202
:
301466
| 302885