tags 860011 serious retitle 860011 xspim: white screen, broken gui, 100% cpu thanks
Thanks Vincent. After resolving the fonts issues, I still get the white screen (although running under Xephyr there's some text, but not all). I've also noticed CPU gets pegged at 100% when this happens. Here's a backtrace from gdb: (gdb) run Starting program: /usr/bin/xspim [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". ^C Program received signal SIGINT, Interrupt. 0x0000555555573638 in yylex () at lex.yy.c:813 813 lex.yy.c: No such file or directory. (gdb) bt #0 0x0000555555573638 in yylex () at lex.yy.c:813 #1 0x000055555556defc in yyparse () at y.tab.c:2856 #2 0x0000555555561bcb in read_assembly_file (name=0x5555557f0930 "/usr/lib/spim/exceptions.s") at ../CPU/spim-utils.c:210 #3 0x0000555555561939 in initialize_world (exception_file_names=0x555555582580 "/usr/lib/spim/exceptions.s") at ../CPU/spim-utils.c:122 #4 0x000055555557619c in main (argc=1, argv=0x7fffffffe2d8) at xspim.c:483 So I suspect something's going wrong when parsing the default exceptions.s? -- Tim Retout <dioc...@debian.org>