[maemo-developers] Fremantle SDK: Segfault when opening HildonNote

From: Cornelius Hald hald at icandy.de
Date: Sun Sep 20 18:24:11 EEST 2009
Hi,

whenever I try to open a HildonNote using the Fremantle Beta2 SDK, my
app crashes with a segfault. This is the last message I get:

Assertion 'c->io_event == e' failed at pulsecore/socket-client.c:197,
function connect_io_cb(). Aborting.

When running the code on a real device it is working. It also plays a
short sound when showing a note. This and that the error mentions
pulseaudio lets me think that it has something to do with this sound
notification.

Do other have the same problem? Is there a way to make it work in the
SDK?

Short example code for testing:

GtkWidget *note = hildon_note_new_information(parent, "Hello World!");
gtk_dialog_run(GTK_DIALOG(note));
gtk_widget_destroy(note);

BTW, opening a self made GtkDialog with gtk_dialog_run() does not crash
and does not play a sound.

Thanks!
Conny



More information about the maemo-developers mailing list