Re: balsa-2.3.2-1 Segmentation fault
- From: Pawel Salek <pawsa theochem kth se>
 
- To: balsa-list gnome org
 
- Subject: Re: balsa-2.3.2-1 Segmentation fault
 
- Date: Thu, 02 Jun 2005 09:21:26 +0000
 
On 06/01/2005 04:53:16 AM, Willem Riede wrote:
After rpmbuilding a binary on FC3, x86_64 architecture, from
balsa-2.3.2-1.src.rpm I get:
[snip]
What did I do wrong?
Scratch the previous one - please use this one instead.
Pawel
--- libbalsa/imap/imap-handle.c-orig	2005-06-02 11:16:28.000000000 +0200
+++ libbalsa/imap/imap-handle.c	2005-06-02 11:18:19.000000000 +0200
@@ -171,8 +171,8 @@
                  G_SIGNAL_RUN_FIRST,
                  G_STRUCT_OFFSET(ImapMboxHandleClass, list_response),
                  NULL, NULL,
-                 libimap_VOID__INT_INT_POINTER, G_TYPE_NONE, 3,
-                 G_TYPE_INT, G_TYPE_INT, G_TYPE_POINTER);
+                 libimap_VOID__INT_POINTER_POINTER, G_TYPE_NONE, 3,
+                 G_TYPE_INT, G_TYPE_POINTER, G_TYPE_POINTER);
 
   imap_mbox_handle_signals[LSUB_RESPONSE] = 
     g_signal_new("lsub-response",
@@ -180,8 +180,8 @@
                  G_SIGNAL_RUN_FIRST,
                  G_STRUCT_OFFSET(ImapMboxHandleClass, lsub_response),
                  NULL, NULL,
-                 libimap_VOID__INT_INT_POINTER, G_TYPE_NONE, 3,
-                 G_TYPE_INT, G_TYPE_INT, G_TYPE_POINTER);
+                 libimap_VOID__INT_POINTER_POINTER, G_TYPE_NONE, 3,
+                 G_TYPE_INT, G_TYPE_POINTER, G_TYPE_POINTER);
 
   imap_mbox_handle_signals[EXPUNGE_NOTIFY] = 
     g_signal_new("expunge-notify",
@@ -676,7 +676,7 @@
 }
 
 static void
-get_delim(ImapMboxHandle* handle, int delim, ImapMboxFlags flags,
+get_delim(ImapMboxHandle* handle, int delim, ImapMboxFlags *flags,
           char *folder, int *my_delim)
 {
   *my_delim = delim;
--- libbalsa/imap/libimap-marshal.list-orig	2005-06-02 11:16:49.000000000 +0200
+++ libbalsa/imap/libimap-marshal.list	2005-06-02 11:17:13.000000000 +0200
@@ -1 +1 @@
-VOID:INT,INT,POINTER
+VOID:INT,POINTER,POINTER
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]