fennellstyle
Joined: 06 Aug 2011 Posts: 2
|
Posted: Sun Aug 07, 2011 10:17 pm Post subject: |
|
|
I have some more information. I compiled in debug mode using:
{{{
dmd main.d -I/usr/local/include/d -L-L/usr/qt/4/lib -L-lqtdgui -L-lqtdcore -L-lcpp_core -L-lcpp_gui -L-lQtGui -L-lQtCore -debug -g
}}}
and ran through gdb. Tthis is gdb's output:
{{{
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff62fa056 in QUtf8::convertToUnicode (chars=0x4b <Address 0x4b out of bounds>, len=18, state=0x0) at codecs/qutfcodec.cpp:175
175 codecs/qutfcodec.cpp: No such file or directory.
in codecs/qutfcodec.cpp
}}}
Any idea why my string address is out of bounds? |
|