nothing fancy here
x86 done...
Seems to work on ppc, hansmi has already marked it stable.
Created attachment 88553 [details] dfbsummon output I tried running dfbsummon. It opens a blue window for a very short instant and then closes immediately again. Attached is the output, showing that it crashes because of a floating point exception (signal 8) caused by a division through zero. I don't think that's intended, is it? ;)
sorry, i meant to include a gdb backtrace in my last comment: Program received signal SIGFPE, Arithmetic exception. [Switching to Thread 46912506780896 (LWP 30958)] 0x0000000000400aec in chunk_callback (buffer=0x0, offset=0, length=0, tolerations=0, ctx=0x0) at dfbsummon.c:203 203 screen_length = (unsigned int)( (long long)length * (gdb) bt #0 0x0000000000400aec in chunk_callback (buffer=0x0, offset=0, length=0, tolerations=0, ctx=0x0) at dfbsummon.c:203 #1 0x00002aaaaac35cf0 in dfb_surfacemanager_enumerate_chunks (manager=0x529e20, callback=0x400a1f <chunk_callback>, ctx=0x0) at surfacemanager.c:296 #2 0x0000000000400c42 in update_display () at dfbsummon.c:234 #3 0x000000000040080e in main (argc=1, argv=0x7fffffc55b98) at dfbsummon.c:76 this is of course on amd64
Chuck Norris can divide by zero, why can't you? *grin*
I marked 0.9.25.1 stable instead as it doesn't have the issue mentioned in comment 3 and even has amd64 assembler.