I try to convert QString to const *char, it generate General Protection fault. I could't understand about that.
code that generate General Protection fault
When I checked with gdb, segment fault is generated in "vfprintf".
- What does mean "General Protection"
- I tried to run this code other system, it works well.
Are there any conditions that could cause problems?
- redhat 6 / qt 4.6
- redhat 7 / qt 4.8
- I have already tried converting to "toStdString, toLocal8Bit, etc..."