After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 434223 - crash in Ekiga Softphone: D?marrage de l
crash in Ekiga Softphone: D?marrage de l
Status: RESOLVED FIXED
Product: ekiga
Classification: Applications
Component: PTLIB
2.0.x
Other All
: Immediate critical
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
: 430107 437007 438868 441770 441775 444582 445658 448215 452541 452543 453960 454355 455053 457066 457578 458056 462568 np6567 463516 463519 463765 463843 463844 464901 465770 467063 472317 476757 478697 479657 481997 483845 484165 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-04-28 22:56 UTC by nicolas.champsavoir
Modified: 2007-10-07 19:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Fix wrong variable use in an array (634 bytes, patch)
2007-04-29 17:57 UTC, Luc Saillard
none Details | Review

Description nicolas.champsavoir 2007-04-28 22:56:48 UTC
Version: 2.0.9

What were you doing when the application crashed?
Démarrage de l'application


Distribution: Unknown
Gnome Release: 2.18.1 2007-04-11 (Archlinux)
BugBuddy Version: 2.18.1

System: Linux 2.6.20-ARCH #1 SMP PREEMPT Fri Apr 20 22:54:27 CEST 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70200000
Selinux: No
Accessibility: Disabled
GTK+ Theme: MurrinaGperfection
Icon Theme: dlg-etiquette

Memory status: size: 90734592 vsize: 90734592 resident: 24051712 share: 18411520 rss: 24051712 rss_rlim: 4294967295
CPU usage: start_time: 1177800959 rtime: 81 utime: 75 stime: 6 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/ekiga'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1245443216 (LWP 14893)]
[New Thread -1328186480 (LWP 15037)]
[New Thread -1319793776 (LWP 15031)]
[New Thread -1247356016 (LWP 14980)]
[New Thread -1247089776 (LWP 14979)]
(no debugging symbols found)
0xb7eee410 in __kernel_vsyscall ()

Thread 1 (Thread -1245443216 (LWP 14893))

  • #0 __kernel_vsyscall
  • #1 ??
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 strcmp
    from /lib/libc.so.6
  • #5 PVideoInputDevice_V4L::Open
    from /usr/lib/pwlib/devices/videoinput/v4l_pwplugin.so
  • #6 PVideoInputDevice::CreateOpenedDevice
    from /usr/lib/libpt_linux_x86_r.so.1.10.7
  • #7 GMVideoGrabber::VGOpen
  • #8 GMVideoGrabber::GMVideoGrabber
  • #9 GMManager::CreateVideoGrabber
  • #10 GMManager::UpdateDevices
  • #11 GMManager::Init
  • #12 main
  • #0 __kernel_vsyscall


----------- .xsession-errors ---------------------
Available Resolutions width 352  heigth 288 
Available Resolutions width 320  heigth 240 
Available Resolutions width 192  heigth 144 
Available Resolutions width 176  heigth 144 
Available Resolutions width 160  heigth 120 
 grabbing method default MMAP asked 
VIDIOCGMBUF size 2457616  frames 2  offets[0]=0 offsets[1]=1228808
VIDIOCGPICT brightnes=0 hue=0 color=32768 contrast=16128 whiteness=0depth=12 palette=15
VIDIOCGPICT brightnes=0 hue=0 color=32768 contrast=Current fanspeed: 40.0%
Changing fanspeed from 40.0% to 40.0%
New fanspeed: 40.0%
cvsync err
: Interrupted system call
/home/nico/.themes/MurrinaGperfection/gtk-2.0/gtkrc:57: Murrine configuration option "squaredstyle" is not supported and will be ignored.
/home/nico/.themes/MurrinaGperfection/gtk-2.0/gtkrc:57: Murrine configuration option "squaredstyle" is not supported and will be ignored.
--------------------------------------------------
Comment 1 palfrey 2007-04-29 11:20:07 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot
to solve the problem, so it will be hard for the developers to fix that crash.
Can you get us a stack trace with debugging symbols? Please see
http://live.gnome.org/GettingTraces for more information on how to do so.
Thanks in advance!
Comment 2 Luc Saillard 2007-04-29 17:57:21 UTC
Created attachment 87244 [details] [review]
Fix wrong variable use in an array

Fix a loop overflow when looking in the second table. I don't known how i've not see this error !!!!
Comment 3 Snark 2007-04-29 18:44:32 UTC
Gasp... and you don't have commit rights to pwlib's v4l plugin !? :-/
(I don't either)
Comment 4 Damien Sandras 2007-05-01 20:13:15 UTC
*** Bug 430107 has been marked as a duplicate of this bug. ***
Comment 5 Damien Sandras 2007-05-01 20:16:17 UTC
Thanks for the patch !
Comment 6 Snark 2007-05-09 05:27:31 UTC
*** Bug 437007 has been marked as a duplicate of this bug. ***
Comment 7 Snark 2007-05-16 13:59:41 UTC
*** Bug 438868 has been marked as a duplicate of this bug. ***
Comment 8 Snark 2007-05-28 09:28:38 UTC
*** Bug 441770 has been marked as a duplicate of this bug. ***
Comment 9 Snark 2007-05-28 10:25:27 UTC
*** Bug 441775 has been marked as a duplicate of this bug. ***
Comment 10 Snark 2007-06-06 06:37:08 UTC
*** Bug 444582 has been marked as a duplicate of this bug. ***
Comment 11 Snark 2007-06-09 07:44:36 UTC
*** Bug 445658 has been marked as a duplicate of this bug. ***
Comment 12 Snark 2007-06-16 14:48:25 UTC
*** Bug 448215 has been marked as a duplicate of this bug. ***
Comment 13 Damien Sandras 2007-06-30 13:40:26 UTC
*** Bug 452543 has been marked as a duplicate of this bug. ***
Comment 14 Damien Sandras 2007-06-30 13:40:54 UTC
*** Bug 452541 has been marked as a duplicate of this bug. ***
Comment 15 Snark 2007-07-05 15:29:58 UTC
*** Bug 453960 has been marked as a duplicate of this bug. ***
Comment 16 Snark 2007-07-06 19:34:02 UTC
*** Bug 454355 has been marked as a duplicate of this bug. ***
Comment 17 Snark 2007-07-09 08:28:38 UTC
*** Bug 455053 has been marked as a duplicate of this bug. ***
Comment 18 Snark 2007-07-15 11:29:08 UTC
*** Bug 457066 has been marked as a duplicate of this bug. ***
Comment 19 Snark 2007-07-18 06:38:22 UTC
*** Bug 457578 has been marked as a duplicate of this bug. ***
Comment 20 Snark 2007-07-18 18:24:18 UTC
*** Bug 458056 has been marked as a duplicate of this bug. ***
Comment 21 Iestyn Pryce 2007-08-01 19:49:37 UTC
*** Bug 462568 has been marked as a duplicate of this bug. ***
Comment 22 Snark 2007-08-02 11:16:51 UTC
*** Bug 462748 has been marked as a duplicate of this bug. ***
Comment 23 Snark 2007-08-05 07:57:45 UTC
*** Bug 463519 has been marked as a duplicate of this bug. ***
Comment 24 Snark 2007-08-05 07:57:55 UTC
*** Bug 463516 has been marked as a duplicate of this bug. ***
Comment 25 Snark 2007-08-06 05:22:47 UTC
*** Bug 463765 has been marked as a duplicate of this bug. ***
Comment 26 Snark 2007-08-06 05:22:57 UTC
*** Bug 463843 has been marked as a duplicate of this bug. ***
Comment 27 Snark 2007-08-06 05:23:08 UTC
*** Bug 463844 has been marked as a duplicate of this bug. ***
Comment 28 Snark 2007-08-09 05:50:28 UTC
*** Bug 464901 has been marked as a duplicate of this bug. ***
Comment 29 Snark 2007-08-12 00:43:30 UTC
*** Bug 465770 has been marked as a duplicate of this bug. ***
Comment 30 Snark 2007-08-15 19:59:15 UTC
*** Bug 467063 has been marked as a duplicate of this bug. ***
Comment 31 Snark 2007-09-14 02:52:20 UTC
*** Bug 476757 has been marked as a duplicate of this bug. ***
Comment 32 Damien Sandras 2007-09-19 18:33:54 UTC
*** Bug 472317 has been marked as a duplicate of this bug. ***
Comment 33 Snark 2007-09-21 07:20:32 UTC
*** Bug 478697 has been marked as a duplicate of this bug. ***
Comment 34 palfrey 2007-09-24 16:09:13 UTC
*** Bug 479657 has been marked as a duplicate of this bug. ***
Comment 35 Damien Sandras 2007-09-30 21:41:40 UTC
*** Bug 481997 has been marked as a duplicate of this bug. ***
Comment 36 Damien Sandras 2007-10-06 13:29:16 UTC
*** Bug 483845 has been marked as a duplicate of this bug. ***
Comment 37 Damien Sandras 2007-10-07 19:10:43 UTC
*** Bug 484165 has been marked as a duplicate of this bug. ***