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 73294 - [PATCH] Crash when enabling memo_file conduit for the first time [memo_file->load_configuration]
[PATCH] Crash when enabling memo_file conduit for the first time [memo_file->...
Status: RESOLVED FIXED
Product: gnome-pilot
Classification: Other
Component: conduit: memo_file
unspecified
Other other
: Normal normal
: ---
Assigned To: Håvard Wigtil
gnome-pilot Maintainers
: 59347 66247 70246 70626 70859 72888 73064 73079 73611 73613 73809 74073 74507 75224 75358 75449 75535 76056 76956 77498 77658 77677 77732 77963 78145 78203 78334 78420 78740 78779 78881 78944 79019 79197 79339 79797 79808 80303 80744 80751 80772 80831 81935 82016 83023 83374 83993 84430 84580 84939 87853 88297 88415 88715 88773 91385 91762 93077 93182 98372 106724 110945 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-03-03 17:12 UTC by evolution
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoid transformation on a NULL string (654 bytes, patch)
2002-03-05 16:22 UTC, Håvard Wigtil
none Details | Review

Description evolution 2002-03-03 17:12:32 UTC
Package: gnome-pilot
Severity: major
Version: 0.1.64
Synopsis: enabling memo conduit crashes
Bugzilla-Product: gnome-pilot
Bugzilla-Component: conduit: memo_file

Description:
Just click on "enable" after selecting the memo conduit



Debugging Information:

(no debugging symbols found)...[New Thread 1024 (LWP 23312)]
0x406f6e29 in __wait4 () from /lib/libc.so.6

Thread 1 (Thread 1024 (LWP 23312))

  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 gnome_segv_handle
    at gnome-init.c line 664
  • #3 pthread_sighandler
    at signals.c line 97
  • #4 <signal handler called>
  • #5 load_configuration
    at memo_file_conduit.c line 88
  • #6 conduit_get_gpilot_conduit
    at memo_file_conduit.c line 1430
  • #7 gnome_pilot_conduit_management_instantiate_conduit
    at gnome-pilot-conduit-management.gob line 720
  • #8 gnome_pilot_conduitcap_update
  • #9 gnome_pilot_conduitcap_update
  • #10 gtk_marshal_NONE__NONE
    at gtkmarshal.c line 312
  • #11 gtk_handlers_run
    at gtksignal.c line 1917
  • #12 gtk_signal_real_emit
    at gtksignal.c line 1477
  • #13 gtk_signal_emit
    at gtksignal.c line 552
  • #14 gtk_button_clicked
    at gtkbutton.c line 336
  • #15 gtk_real_button_released
    at gtkbutton.c line 861
  • #16 gtk_marshal_NONE__NONE
    at gtkmarshal.c line 312
  • #17 gtk_signal_real_emit
    at gtksignal.c line 1440
  • #18 gtk_signal_emit
    at gtksignal.c line 552
  • #19 gtk_button_released
    at gtkbutton.c line 327
  • #20 gtk_button_button_release
    at gtkbutton.c line 721
  • #21 gtk_marshal_BOOL__POINTER
    at gtkmarshal.c line 28
  • #22 gtk_signal_real_emit
    at gtksignal.c line 1492
  • #23 gtk_signal_emit
    at gtksignal.c line 552
  • #24 gtk_widget_event
    at gtkwidget.c line 2864
  • #25 gtk_propagate_event
    at gtkmain.c line 1378
  • #26 gtk_main_do_event
    at gtkmain.c line 818
  • #27 gdk_event_dispatch
    at gdkevents.c line 2139
  • #28 g_main_dispatch
    at gmain.c line 656
  • #29 g_main_iterate
    at gmain.c line 877
  • #30 g_main_run
    at gmain.c line 935
  • #31 gtk_main
    at gtkmain.c line 524
  • #32 capplet_corba_gtk_main
    from /usr/lib/libcapplet.so.0
  • #33 capplet_gtk_main
    from /usr/lib/libcapplet.so.0
  • #34 main
  • #35 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/libc.so.6
  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 gnome_segv_handle
    at gnome-init.c line 664
  • #3 pthread_sighandler
    at signals.c line 97
  • #4 <signal handler called>
  • #5 load_configuration
    at memo_file_conduit.c line 88
  • #6 conduit_get_gpilot_conduit
    at memo_file_conduit.c line 1430
  • #7 gnome_pilot_conduit_management_instantiate_conduit
    at gnome-pilot-conduit-management.gob line 720




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-03-03 12:12 -------

The original reporter (evolution@stonecrop.demon.co.uk) 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, eskil@eskil.dk.

Comment 1 Håvard Wigtil 2002-03-05 16:22:05 UTC
Created attachment 6990 [details] [review]
Avoid transformation on a NULL string
Comment 2 Håvard Wigtil 2002-03-05 16:24:48 UTC
Bug 73064 and 73079 are dupes, probably also 66247 and other similar
bugs since gnome-pilot-conduits was released. [I don't have privileges
to make changes]
Comment 3 Håvard Wigtil 2002-03-09 09:53:41 UTC
*** Bug 73064 has been marked as a duplicate of this bug. ***
Comment 4 Håvard Wigtil 2002-03-09 09:54:19 UTC
*** Bug 73079 has been marked as a duplicate of this bug. ***
Comment 5 Håvard Wigtil 2002-03-09 09:58:13 UTC
*** Bug 73613 has been marked as a duplicate of this bug. ***
Comment 6 Håvard Wigtil 2002-03-09 10:09:54 UTC
*** Bug 70246 has been marked as a duplicate of this bug. ***
Comment 7 Håvard Wigtil 2002-03-09 10:11:17 UTC
*** Bug 73611 has been marked as a duplicate of this bug. ***
Comment 8 Håvard Wigtil 2002-03-13 13:56:50 UTC
*** Bug 74073 has been marked as a duplicate of this bug. ***
Comment 9 Håvard Wigtil 2002-03-13 13:58:38 UTC
*** Bug 73809 has been marked as a duplicate of this bug. ***
Comment 10 Håvard Wigtil 2002-03-13 13:59:36 UTC
*** Bug 74507 has been marked as a duplicate of this bug. ***
Comment 11 Håvard Wigtil 2002-03-18 14:47:31 UTC
*** Bug 75224 has been marked as a duplicate of this bug. ***
Comment 12 Luis Villa 2002-03-18 20:22:29 UTC

*** This bug has been marked as a duplicate of 53967 ***
Comment 13 Håvard Wigtil 2002-03-31 19:52:52 UTC
This is not a duplicate of 53967, as that report is about a crash in
the backup conduit in 0.1.57, and this is a bug in memo_file
introduced after 0.1.57
Comment 14 Håvard Wigtil 2002-03-31 19:58:07 UTC
*** Bug 75358 has been marked as a duplicate of this bug. ***
Comment 15 Håvard Wigtil 2002-03-31 19:58:30 UTC
*** Bug 75449 has been marked as a duplicate of this bug. ***
Comment 16 Håvard Wigtil 2002-03-31 19:58:58 UTC
*** Bug 75535 has been marked as a duplicate of this bug. ***
Comment 17 Håvard Wigtil 2002-03-31 19:59:34 UTC
*** Bug 76056 has been marked as a duplicate of this bug. ***
Comment 18 Håvard Wigtil 2002-03-31 20:00:03 UTC
*** Bug 76956 has been marked as a duplicate of this bug. ***
Comment 19 Håvard Wigtil 2002-04-04 12:10:58 UTC
*** Bug 77498 has been marked as a duplicate of this bug. ***
Comment 20 Heath Harrelson 2002-04-05 02:44:58 UTC
*** Bug 77677 has been marked as a duplicate of this bug. ***
Comment 21 Håvard Wigtil 2002-04-15 17:01:04 UTC
*** Bug 77732 has been marked as a duplicate of this bug. ***
Comment 22 Håvard Wigtil 2002-04-15 17:02:17 UTC
*** Bug 77963 has been marked as a duplicate of this bug. ***
Comment 23 Håvard Wigtil 2002-04-15 17:02:32 UTC
*** Bug 78145 has been marked as a duplicate of this bug. ***
Comment 24 Håvard Wigtil 2002-04-15 17:02:51 UTC
*** Bug 78203 has been marked as a duplicate of this bug. ***
Comment 25 Håvard Wigtil 2002-04-15 17:03:09 UTC
*** Bug 78420 has been marked as a duplicate of this bug. ***
Comment 26 Håvard Wigtil 2002-04-15 17:03:28 UTC
*** Bug 78740 has been marked as a duplicate of this bug. ***
Comment 27 Heath Harrelson 2002-04-15 20:40:47 UTC
*** Bug 78779 has been marked as a duplicate of this bug. ***
Comment 28 Håvard Wigtil 2002-04-16 20:19:33 UTC
*** Bug 70626 has been marked as a duplicate of this bug. ***
Comment 29 Håvard Wigtil 2002-04-16 20:20:39 UTC
*** Bug 70859 has been marked as a duplicate of this bug. ***
Comment 30 Håvard Wigtil 2002-04-16 20:22:32 UTC
*** Bug 78334 has been marked as a duplicate of this bug. ***
Comment 31 Heath Harrelson 2002-04-17 03:54:33 UTC
*** Bug 78881 has been marked as a duplicate of this bug. ***
Comment 32 Håvard Wigtil 2002-04-23 09:46:19 UTC
*** Bug 77658 has been marked as a duplicate of this bug. ***
Comment 33 Håvard Wigtil 2002-04-23 09:46:44 UTC
*** Bug 79197 has been marked as a duplicate of this bug. ***
Comment 34 Håvard Wigtil 2002-04-23 09:47:23 UTC
*** Bug 79339 has been marked as a duplicate of this bug. ***
Comment 35 Håvard Wigtil 2002-04-23 09:48:08 UTC
*** Bug 79019 has been marked as a duplicate of this bug. ***
Comment 36 Håvard Wigtil 2002-04-23 10:13:44 UTC
*** Bug 78944 has been marked as a duplicate of this bug. ***
Comment 37 JP Rosevear 2002-04-25 15:32:45 UTC
*** Bug 66247 has been marked as a duplicate of this bug. ***
Comment 38 JP Rosevear 2002-04-25 15:35:23 UTC
*** Bug 79797 has been marked as a duplicate of this bug. ***
Comment 39 JP Rosevear 2002-04-25 15:36:36 UTC
*** Bug 59347 has been marked as a duplicate of this bug. ***
Comment 40 JP Rosevear 2002-04-25 16:50:54 UTC
Fixed slightly differently, just made it default to the empty string
rather than the null string.
Comment 41 JP Rosevear 2002-04-25 18:11:09 UTC
*** Bug 79808 has been marked as a duplicate of this bug. ***
Comment 42 Håvard Wigtil 2002-04-30 14:12:19 UTC
*** Bug 80303 has been marked as a duplicate of this bug. ***
Comment 43 Heath Harrelson 2002-06-03 21:58:45 UTC
*** Bug 83993 has been marked as a duplicate of this bug. ***
Comment 44 Heath Harrelson 2002-06-03 22:00:56 UTC
*** Bug 80772 has been marked as a duplicate of this bug. ***
Comment 45 Ben FrantzDale 2002-07-21 07:54:12 UTC
Is this the same as 53967 or not?
Comment 46 Ben FrantzDale 2002-07-21 07:55:41 UTC
*** Bug 80831 has been marked as a duplicate of this bug. ***
Comment 47 Ben FrantzDale 2002-07-21 07:56:05 UTC
*** Bug 88715 has been marked as a duplicate of this bug. ***
Comment 48 Ben FrantzDale 2002-07-21 07:56:54 UTC
*** Bug 83374 has been marked as a duplicate of this bug. ***
Comment 49 Ben FrantzDale 2002-07-21 07:59:52 UTC
*** Bug 80751 has been marked as a duplicate of this bug. ***
Comment 50 Ben FrantzDale 2002-07-21 08:00:14 UTC
*** Bug 88297 has been marked as a duplicate of this bug. ***
Comment 51 Ben FrantzDale 2002-07-21 08:00:28 UTC
*** Bug 88415 has been marked as a duplicate of this bug. ***
Comment 52 Ben FrantzDale 2002-07-21 08:01:07 UTC
*** Bug 81935 has been marked as a duplicate of this bug. ***
Comment 53 Ben FrantzDale 2002-07-21 08:01:39 UTC
*** Bug 80744 has been marked as a duplicate of this bug. ***
Comment 54 Ben FrantzDale 2002-07-21 08:03:08 UTC
*** Bug 84430 has been marked as a duplicate of this bug. ***
Comment 55 Ben FrantzDale 2002-07-21 08:03:58 UTC
*** Bug 87853 has been marked as a duplicate of this bug. ***
Comment 56 Ben FrantzDale 2002-07-21 08:05:19 UTC
*** Bug 82016 has been marked as a duplicate of this bug. ***
Comment 57 Håvard Wigtil 2002-07-22 08:12:43 UTC
I don't think this is the same as 53967, as it seems to be a bug in
backup conduit.
Comment 58 Ben FrantzDale 2002-07-22 15:07:49 UTC
*** Bug 88773 has been marked as a duplicate of this bug. ***
Comment 59 Heath Harrelson 2002-07-27 15:13:07 UTC
*** Bug 84939 has been marked as a duplicate of this bug. ***
Comment 60 Vincent Untz 2002-08-16 21:55:06 UTC
*** Bug 84580 has been marked as a duplicate of this bug. ***
Comment 61 Vincent Untz 2002-08-16 21:57:11 UTC
*** Bug 83023 has been marked as a duplicate of this bug. ***
Comment 62 Vincent Untz 2002-08-20 19:05:59 UTC
*** Bug 72888 has been marked as a duplicate of this bug. ***
Comment 63 Vincent Untz 2002-08-22 18:43:42 UTC
*** Bug 91385 has been marked as a duplicate of this bug. ***
Comment 64 Vincent Untz 2002-08-27 16:43:34 UTC
*** Bug 91762 has been marked as a duplicate of this bug. ***
Comment 65 Vincent Untz 2002-09-13 19:44:38 UTC
*** Bug 93182 has been marked as a duplicate of this bug. ***
Comment 66 Vincent Untz 2002-09-15 08:09:26 UTC
*** Bug 93077 has been marked as a duplicate of this bug. ***
Comment 67 David Kennedy 2002-11-13 17:12:15 UTC
*** Bug 98372 has been marked as a duplicate of this bug. ***
Comment 68 Alex Duggan 2003-02-21 21:42:15 UTC
*** Bug 106724 has been marked as a duplicate of this bug. ***
Comment 69 Elijah Newren 2003-04-23 18:14:33 UTC
*** Bug 110945 has been marked as a duplicate of this bug. ***