Re: Segmentaion fault on hpux 11.00



On 2002.09.05 16:44 "Gansser, Martin" wrote:
> I tried to compile balsa-1.4 on hpux 11.00 on gnome-1.4 desktop.
> balsa compiles fine, but crashed at startup with:

Hmm...there seems to be some confusion in src/main-window.c about 
whether it wants to call libbalsa_information (which takes 2 arguments 
before the vargs) or balsa_information (which takes 3, the second being 
a GtkWindow). The fix would seem to be either

* delete the trailing `NULL'' on line 1284, or
* replace libbalsa_information with balsa_information on line 1283.

I'm not sure which is preferred, as src/*.c is rife with both kinds of 
call!  However, I'm pretty sure either would work.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]