Ok helps a bit.

To have a little bit more information, it'll be good to compile rawstudio
without optimizations so nothing gets optimized in registers for gdb.

$ ./configure {+ usual options}
$ make clean CFLAGS+="-O0 -g" CXXFLAGS+="-O0 -g" all
$ gdb ./src/rawstudio
(gdb) $ run
(wait for the crash)
(gdb) $ bt
see how deep you are in the function calltree, count the required steps up to a
transform_(no)cms_sse function, call it "n".
(gdb) $ up "n"
(you should now be in the transform_cms_sse function frame)
(gdb) $ info locals

Give me the backtrace output again, and the "info locals" output.

Thanks

-- 
Edouard Gomez

_______________________________________________
Rawstudio-dev mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev

Reply via email to