bug-sourceinstall
[Top][All Lists]
Advanced

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

[bug-sourceinstall] Re: Gtk interface...


From: Claudio Fontana
Subject: [bug-sourceinstall] Re: Gtk interface...
Date: Wed, 2 Nov 2005 02:33:10 -0800 (PST)

Hello,

--- Shridhar Jayanthi <address@hidden> ha
scritto: 

> Hi folks,
> 
> I was thinking about starting to work on the Gtk
> interface... 

great.

>Any
> suggestions or constraints?

Read the file README.API in the libsrcinst package.
That file will then direct you to the libsrcinst
header files.
For any problem or requests for a particular feature,
just ask.

> I was thinking of using the current interface in
> the 0.5 version as a base...

That's ok.
 
> One other thing. When I compile the libsrcinst with
> -O2 flag (gcc-3.4.5) the
> program gives a segmentation fault in the string
> manipulation functions (I
> haven't tested this issue much, I just removed the
> optimization flags and it
> worked).

Can you provide more info on this? It is most probably
a hidden bug in my code, so please compile it again
with the default cflags (-g -O2) and give me a
backtrace (use the example sourceinstall cmdline
program).

For example, after building libsrcinst using 
./configure && make && make install && ldconfig

and after building sourceinstall using
./configure && make

run sourceinstall in gdb with the actions and options
that cause the segfault, fe:

$ gdb -args ./sourceinstall --list

(gdb) r
...
Program received SIGSEGV in ...
(gdb) bt
[beginning of interesting output]
#0  main (argc=2, argv=0xbff1f594) at
sourceinstall.c:882
[end of interesting output]

Then give me the output so I can try to determine
where the problem lies.

> 
> Shridhar

time_t next;

Claudio



        

        
                
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it




reply via email to

[Prev in Thread] Current Thread [Next in Thread]