Gtk+-Problem
Hans
- programmiertechnik
2 Hans0 Christian Kruse
Hi !
Vielleicht kennt einer von euch ein gutes Gtk+-Forum. Oder weiß spontan die Lösung für das Problem, daß bei g_object_set ständig ein core-dump kommt.
Danke.
Gruß
Hans
Hallo Hans,
für den Fehler gibt es folgenden patch:
if (function==core_dump) {
if (other_functions_than_this_one_in_method==true) {
comment_out_other_function;
if ( ! core_dump) {
other_function_than_the_one_you_expected_makes_problems();
correct_it();
}
}
}
Dann funktioniert's auch wieder !
Gruß
Hans
你好 Hans,
Vielleicht kennt einer von euch ein gutes Gtk+-Forum. Oder weiß spontan
die Lösung für das Problem, daß bei g_object_set ständig ein core-dump
kommt.
Solche Fehler liegen idR an NULL-Pointern oder unerlaubten Typecasts. Aber
ohne Sourcecode wird man dir nicht viel helfen können.
再见,
克里斯蒂安