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 70052 - This error just popped out
This error just popped out
Status: RESOLVED DUPLICATE of bug 78244
Product: Pan
Classification: Other
Component: general
0.11.1
Other other
: Normal critical
: 0.11.3
Assigned To: Christophe Lambin
Christophe Lambin
: 60457 70141 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-01-30 06:04 UTC by bkesuma
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description bkesuma 2002-01-30 06:04:46 UTC
Package: Pan
Severity: normal
Version: 0.11.1
Synopsis: This error just popped out
Bugzilla-Product: Pan
Bugzilla-Component: general

Description:
I installed PAN from RPM, tried to run it and this error popped out


Debugging Information:

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[New Thread 1024 (LWP 26009)]
0x405c7ca9 in __wait4 ()
   from /lib/i686/libc.so.6
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 gnome_segv_handle
    from /usr/lib/libgnomeui.so.32
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 strlen
    from /lib/i686/libc.so.6
  • #7 g_printf_string_upper_bound
    from /usr/lib/libglib-1.2.so.0
  • #8 g_strdup_vprintf
    from /usr/lib/libglib-1.2.so.0
  • #9 log_add_va
  • #10 file_grouplist_load
  • #11 server_ensure_groups_loaded
  • #12 server_get_online_status_changed_callback
  • #13 serverlist_init
  • #14 main
  • #15 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 gnome_segv_handle
    from /usr/lib/libgnomeui.so.32
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 strlen
    from /lib/i686/libc.so.6
  • #7 g_printf_string_upper_bound
    from /usr/lib/libglib-1.2.so.0




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-01-30 01:04 -------

The original reporter (bkesuma@yahoo.com) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, charles@rebelbase.com.

Comment 1 Luis Villa 2002-02-01 04:38:21 UTC
*** Bug 60457 has been marked as a duplicate of this bug. ***
Comment 2 Luis Villa 2002-02-01 04:38:33 UTC
*** Bug 70141 has been marked as a duplicate of this bug. ***
Comment 3 Charles Kerr 2002-03-25 15:48:10 UTC
I'll look into this.
Comment 4 Charles Kerr 2002-03-26 23:16:44 UTC
All the printf-style fmt arguments to log_add_va in file_grouplist
are %d or %s.  I can't think of any scenario where a bad %d argument
would cause this crash, so that leaves %s, which in all cases is
server->name.  Looks like the server object is corrupted somehow.

Suggested band-aid: add two new functions, server_is_valid() and
server_get_name(), more or less like group.c's similar functions.
server_get_name should return a const*, which will be "" if
server_is_valid() fails.

If Server objects _are_ getting corrupted, then adding the
server_is_valid() checks into the server_*() functions should
help us track down that problem too.
Comment 5 Christophe Lambin 2002-03-27 21:40:25 UTC
band-aid applied to pan-0-11-fix.
Comment 6 Christophe Lambin 2002-04-10 07:03:26 UTC
bkesuma, could you let us know which locale you are using ? Are you
using Japanese, by any chance ?
Comment 7 Charles Kerr 2002-04-10 15:44:57 UTC

*** This bug has been marked as a duplicate of 78244 ***