[Boa Constr] boa crashes in linux
Status: Beta
Brought to you by:
riaan
From: Charlie D. <ch...@we...> - 2000-09-30 01:41:45
|
Hi again, I've just grabbed the latest from cvs (0.4.5) and it's great. Under windows everything works. When i use it in linux i get the same crashing behavior as i used to with 0.4 when trying to access a file on my zope site at localhost (or anywhere else). The file structure is perfectly visible, the login works, but when i click on one of my dtml methods to edit it, there is a slight pause, and then all of boa crashes. The following is the output in my console. I'm on a redhat 6.1 box and i have gtk+-1.2.5-2 and wxGTK-2.2.2-0 and python 1.5.2 (i've tried with python 2.0b2, but i had no luck -- boa would start and then freeze up with an error message (on NT) -- i had to uninstall and restore python 1.5.2). thanx much in advance, ~c importing wxPython... imported Prefs imported PaletteMapping imported Editor imported Inspector imported Palette imported Editor Gdk-CRITICAL **: file gdkgc.c: line 456 (gdk_gc_set_foreground): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 469 (gdk_gc_set_background): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 562 (gdk_gc_set_fill): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 456 (gdk_gc_set_foreground): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 469 (gdk_gc_set_background): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 766 (gdk_gc_set_line_attributes): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 456 (gdk_gc_set_foreground): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 469 (gdk_gc_set_background): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 562 (gdk_gc_set_fill): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 469 (gdk_gc_set_background): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 456 (gdk_gc_set_foreground): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 562 (gdk_gc_set_fill): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 502 (gdk_gc_set_function): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 502 (gdk_gc_set_function): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 502 (gdk_gc_set_function): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 689 (gdk_gc_set_clip_rectangle): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 689 (gdk_gc_set_clip_rectangle): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 689 (gdk_gc_set_clip_rectangle): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 689 (gdk_gc_set_clip_rectangle): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 713 (gdk_gc_set_clip_region): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 713 (gdk_gc_set_clip_region): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 713 (gdk_gc_set_clip_region): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 713 (gdk_gc_set_clip_region): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 456 (gdk_gc_set_foreground): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 469 (gdk_gc_set_background): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 562 (gdk_gc_set_fill): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 456 (gdk_gc_set_foreground): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 469 (gdk_gc_set_background): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 766 (gdk_gc_set_line_attributes): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 456 (gdk_gc_set_foreground): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 469 (gdk_gc_set_background): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 562 (gdk_gc_set_fill): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 469 (gdk_gc_set_background): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 456 (gdk_gc_set_foreground): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 562 (gdk_gc_set_fill): assertion `gc != NULL' failed. Gdk-CRITICAL **: file gdkgc.c: line 502 (gdk_gc_set_function): assertion `gc != NULL' failed. ... [clipped for relevance -- this is just a small fraction of the actual output] |