http://bugs.winehq.org/show_bug.cgi?id=29421
Bug #: 29421 Summary: Gcc crash under wine Product: Wine Version: 1.3.35 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alpha_one_x86@first-world.info Classification: Unclassified
Hello, gcc crash under wine (all version 4.4.0 -> 4.7.0)
How debug it?
http://bugs.winehq.org/show_bug.cgi?id=29421
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Gcc crash under wine |Gcc crashes
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru 2011-12-23 04:53:47 CST --- http://wiki.winehq.org/Bugs http://wiki.winehq.org/FAQ#get_log
What's the reason to run win32 gcc under Wine?
http://bugs.winehq.org/show_bug.cgi?id=29421
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=29421
--- Comment #2 from alpha_one_x86@first-world.info 2011-12-23 05:18:03 CST --- Mainly cross compilation in jailed env, binary compiled with official lib (some bug in case of mingw32 for linux). Here it's mainly to compil Qt program, and use compiled version (not compil it, and have problem with anybody which use the official version to do plugin for my application).
The env variable which I had need is: WINEDEBUG=+relay,+seh,+tid
http://bugs.winehq.org/show_bug.cgi?id=29421
--- Comment #3 from alpha_one_x86@first-world.info 2011-12-23 05:19:21 CST --- With this options the log do 2GB...
http://bugs.winehq.org/show_bug.cgi?id=29421
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
http://bugs.winehq.org/show_bug.cgi?id=29421
--- Comment #4 from Austin English austinenglish@gmail.com 2011-12-23 15:22:12 CST --- (In reply to comment #3)
With this options the log do 2GB...
Please attach terminal output without setting WINEDEBUG.
http://bugs.winehq.org/show_bug.cgi?id=29421
--- Comment #5 from alpha_one_x86@first-world.info 2011-12-23 16:26:30 CST --- Created attachment 38089 --> http://bugs.winehq.org/attachment.cgi?id=38089 back traces
http://bugs.winehq.org/show_bug.cgi?id=29421
--- Comment #6 from Dmitry Timoshkov dmitry@baikal.ru 2011-12-24 00:41:52 CST --- (In reply to comment #5)
Created attachment 38089 [details] back traces
Does the same binary with the same input work under Windows?
http://bugs.winehq.org/show_bug.cgi?id=29421
--- Comment #7 from alpha_one_x86@first-world.info 2011-12-24 06:09:58 CST --- Yes (of course). My target is compil my Qt application with mingw into Qt SDK 1.1.4, and Qt 4.8.0. I need use only this version to keep compatibility with other dev plugins.
http://bugs.winehq.org/show_bug.cgi?id=29421
--- Comment #8 from alpha_one_x86@first-world.info 2012-03-01 04:19:51 CST --- Like say previously all version of gcc crash, and the compilation with official Qt SDK is impossible under wine (and work perfectly under windows).
http://bugs.winehq.org/show_bug.cgi?id=29421
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #9 from Piotr Caban piotr.caban@gmail.com 2012-03-01 04:35:43 CST --- Are you testing it with newest wine? I've sent a fix for other gcc related bug that was included in wine-1.4-rc3 (commit c39793087).
http://bugs.winehq.org/show_bug.cgi?id=29421
--- Comment #10 from alpha_one_x86@first-world.info 2012-03-01 04:43:13 CST --- Tested with: app-emulation/wine-1.4_rc4 USE="X alsa custom-cflags fontconfig gecko gsm jpeg lcms mp3 ncurses nls openal opengl png samba scanner ssl threads truetype win32 win64 xcomposite xinerama xml -capi -cups -gnutls -gphoto2 (-gstreamer) -hardened -ldap -odbc -opencl -oss -perl (-selinux) -test -udisks -v4l"
http://bugs.winehq.org/show_bug.cgi?id=29421
--- Comment #11 from alpha_one_x86@first-world.info 2012-03-01 07:10:40 CST --- wine --version wine-1.4-rc4
I use manually defined prefix: WINEPREFIX="/mnt/perso/progs/wine/qt-4.8-32Bits-for-ultracopier/" wine
Compiled with: ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --sysconfdir=/etc/wine --with-alsa --without-capi --with-cms --without-cups --with-curses --without-dbus --with-fontconfig --without-gnutls --without-gphoto --with-gsm --without-gstreamer --without-hal --with-jpeg --without-ldap --with-mpg123 --with-gettext --with-openal --without-opencl --with-opengl --with-openssl --without-oss --with-png --with-pthread --with-sane --disable-tests --with-freetype --without-v4l --with-x --with-xcomposite --with-xinerama --with-xml --with-xslt --enable-win64
I'm under gentoo
http://bugs.winehq.org/show_bug.cgi?id=29421
alpha_one_x86@first-world.info changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #12 from alpha_one_x86@first-world.info 2012-03-04 13:18:45 CST --- Fixed by the upstream
http://bugs.winehq.org/show_bug.cgi?id=29421
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID
--- Comment #13 from Austin English austinenglish@gmail.com 2012-03-04 15:49:25 CST --- (In reply to comment #12)
Fixed by the upstream
Invalid then (or UPSTREAM, but we don't have that resolution).
http://bugs.winehq.org/show_bug.cgi?id=29421
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Austin English austinenglish@gmail.com 2012-03-04 17:32:27 CST --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=29421
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #15 from Jerome Leclanche adys.wh@gmail.com 2012-03-05 09:55:07 CST --- (In reply to comment #12) Do you have a link to the commit or bug tracking this in gcc?
http://bugs.winehq.org/show_bug.cgi?id=29421
--- Comment #16 from alpha_one_x86@first-world.info 2012-03-05 10:34:08 CST --- (In reply to comment #15)
(In reply to comment #12) Do you have a link to the commit or bug tracking this in gcc?
No :( I have just try some RC and I have just see it's solved into the last.
http://bugs.winehq.org/show_bug.cgi?id=29421
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |UPSTREAM