Hi,
> I am a bit at a loss right now. Does anybody have any other ideas? It
> would be good to be able to run the kernel
> with full debug symbols so that valgrind or gdb can give some more
Pocl currently compiles the kernels without debuginfo, and while adding
a debug option is quite easy, Pocl does a lot of transformation on the
compiled bitcode, so making sure the debuginfo still makes sense after
all transforms, could be quite a bit of work.
Can you try disassembling the kernel crash ? gdb commands are
"set disassembly-flavor intel" and "disassemble". Find the instruction
that's crashing (has a "=>" next to it) and print the contents of
registers ("info registers"). Then pastebin the all this somewhere.
Regards,
-- mb
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
pocl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pocl-devel