Re: Segmentation fault in callback functions - maemo 4.0

2008-02-26 Thread Jakov
OK, thanks to Markku, I solved the problem. It's due to passing wrong param prototype. Thanks, On Tue, Feb 19, 2008 at 4:28 PM, Jakov <[EMAIL PROTECTED]> wrote: > Oh, I see. Thanks, Jussi. > > Now I can install the application. However, it turns to the above problem. > When I click a button, th

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-19 Thread Jakov
Oh, I see. Thanks, Jussi. Now I can install the application. However, it turns to the above problem. When I click a button, the application exits with error: Segmentation fault. Then let's turn to Eero Tamminen's question: "I guess in that case there's a bug in your application. Was it also a s

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-19 Thread Jussi Kukkonen
Jakov wrote: > Oops, installed the old deb file. Now I repack my app to new .deb file. > But I can't install with this file, the problem reported: > > > Unable to install testapp > Application packages missing: hi

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-18 Thread Jakov
Hi, Oops, installed the old deb file. Now I repack my app to new .deb file. But I can't install with this file, the problem reported: Unable to install testapp Application packages missing: hildon-fm1 (>=1.14)

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-18 Thread Eero Tamminen
Hi, ext Jakov wrote: > Yeah, it's the same to the N800 device. When I clicked on the button, > the app exited at once. I used only ARMEL target for testing > (simulation) and made .deb and installed on N800 device. I guess in that case there's a bug in your application. Was it also a segfault li

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-18 Thread Jakov
Yeah, it's the same to the N800 device. When I clicked on the button, the app exited at once. I used only ARMEL target for testing (simulation) and made .deb and installed on N800 device. On 2/18/08, Eero Tamminen <[EMAIL PROTECTED]> wrote: > Hi, > > ext Jakov wrote: > > I have a simple app with s

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-18 Thread Eero Tamminen
Hi, ext Jakov wrote: > I have a simple app with socket communication. In Maemo 3.x it worked well. > But the problem comes when I use Maemo 4.0 > > This line is ok when initializing: > > gtk_label_set_text (GTK_LABEL(communication_tab->label_connect), "Connect"); > > > The label has text "Conn

Segmentation fault in callback functions - maemo 4.0

2008-02-14 Thread Jakov
Hi, I have a simple app with socket communication. In Maemo 3.x it worked well. But the problem comes when I use Maemo 4.0 This line is ok when initializing: gtk_label_set_text (GTK_LABEL(communication_tab->label_connect), "Connect"); The label has text "Connect"; When I click a button, I wan