mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Any hints on how to debug on MXE?


From: Nikos Chantziaras
Subject: Re: [Mingw-cross-env-list] Any hints on how to debug on MXE?
Date: Sun, 15 Feb 2015 23:21:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 15/02/15 23:04, Nikos Chantziaras wrote:
On 15/02/15 22:50, Nikos Chantziaras wrote:
I built gdb that comes with MXE, but it doesn't seem to work
for anything (it just hangs when typing in commands.)

OK, never mind. gdb works fine on real Windows. It's wine that can't run
it (probably debugger inception.)

Judging from the backtrace I got:


Program received signal SIGSEGV, Segmentation fault.
0x00f23a7d in QTextCodec::toUnicode (this=0x0, in=0x13ac385 <pbuffer+5>
"\036", length=1, state=0x0)
     at
../../opt/mxe-git/usr/i686-w64-mingw32.static/qt5/include/QtCore/qtextcodec.h:103


It seems that I'm not specifying my static text codec plugins correctly.

And it seems that's not even possible? From:

  http://doc-snapshot.qt-project.org/qt5-5.4/windows-deployment.html

"Since we cannot deploy plugins using the static linking approach, the application we have prepared is incomplete. It will run, but the functionality will be disabled due to the missing plugins. To deploy plugin-based applications we should use the shared library approach."

So is this a no-go with MXE?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]