Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132535 - stabilize DirectFB-0.9.24
Summary: stabilize DirectFB-0.9.24
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 149813
  Show dependency tree
 
Reported: 2006-05-07 02:35 UTC by SpanKY
Modified: 2006-10-23 04:11 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dfbsummon output (DirectFB,18.37 KB, text/plain)
2006-06-06 11:46 UTC, Simon Stelling (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2006-05-07 02:35:11 UTC
nothing fancy here
Comment 1 Michele Noberasco (RETIRED) gentoo-dev 2006-05-08 02:08:48 UTC
x86 done...
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2006-05-26 00:24:35 UTC
Seems to work on ppc, hansmi has already marked it stable.
Comment 3 Simon Stelling (RETIRED) gentoo-dev 2006-06-06 11:46:55 UTC
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? ;)
Comment 4 Simon Stelling (RETIRED) gentoo-dev 2006-06-06 11:50:04 UTC
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
Comment 5 Chris Gianelloni (RETIRED) gentoo-dev 2006-06-06 15:15:19 UTC
Chuck Norris can divide by zero, why can't you?

*grin*
Comment 6 Simon Stelling (RETIRED) gentoo-dev 2006-10-23 04:11:20 UTC
I marked 0.9.25.1 stable instead as it doesn't have the issue mentioned in comment 3 and even has amd64 assembler.