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?
./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?