beaver-devel
[Top][All Lists]
Advanced

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

[Beaver-devel] "Close All" crashes the program


From: Double 12
Subject: [Beaver-devel] "Close All" crashes the program
Date: Sun, 12 Oct 2008 20:09:55 +0200
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

"Close All" (or Quit, that's the same) crashes the program (segfault) when there is more than one page opened. And it also gives these warnings:

/(beaver:1277): Gtk-CRITICAL **: gtk_notebook_get_tab_label: assertion `GTK_IS_WIDGET (child)' failed

(beaver:1277): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed

/I found out the segfault is caused by this line in function close_file():
/gtk_notebook_remove_page (GTK_NOTEBOOK(MainNotebook), current_page);

/(If I remove this line, the error doesn't occur.)

I don't know how to solve it, though.

Greets,
Double 12




reply via email to

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