PDA

View Full Version : Bus error when i try to run sdk 3.0 demos


nephlinvocals
25-Jul-2008, 11:48
When i try to run sdk 3.0 demos, like matrix_mul or julia_set, the following output is showed:

./julia_set -n 200 -w juliaframe -t

Create Raycast thread 0
Create Raycast thread 1
Create Raycast thread 2
Create Raycast thread 3
Create Raycast thread 4
Create Raycast thread 5

Framebuffer Size 33554432 -> 2 huge pages
Framebuffer 0xf2d78000

Bus error

I used gdb to debug the application and i perceived that the system chash when i sigbus signal is released.

Any help?

patsu
25-Jul-2008, 18:25
There was an old post about the julia_set demo on IBM's support forum:
http://www-128.ibm.com/developerworks/forums/thread.jspa?threadID=137100

It was for SDK 1.1 and they ran it on the simulator. Perhaps the problem is similar. You might want to post there or the cbe-oss-dev mailing list to get an updated reply.