When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
3 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
Just a printf call gave you a segfault?
This code should be fine. If you can reproduce the issue, run it in the debugger and it will stop when it hits the seg fault. Use the debugger backtrace command (bt) to see where it faulted.