http://bugs.winehq.org/show_bug.cgi?id=24960
Summary: BioEdit crashes with "setup_exception_record stack overflow" Product: Wine Version: 1.3.6 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: f.pinamartins@gmail.com
Created an attachment (id=31609) --> (http://bugs.winehq.org/attachment.cgi?id=31609) Example large datafile
BioEdit installs and runs fine, but freezes when you try to load a datafile. Steps to reproduce: Download and install BioEdit (http://www.mbio.ncsu.edu/BioEdit/bioedit.html); Run BioEdit; Open a large datafile (example datafile in attachment - "large_data.fas"); The only error message in the console is:
err:seh:setup_exception_record stack overflow 1532 bytes in thread 0020 eip 7bc3e5aa esp 00230d34 stack 0x230000-0x231000-0x330000
Ctrl+c kills the program.
This does not happen if a smaller file is loaded (example in attachment - "small_data.fas").
Note: This example is not a particularly large datafile. I just called it large to distinguish the two examples.
http://bugs.winehq.org/show_bug.cgi?id=24960
--- Comment #1 from Francisco Pina Martins f.pinamartins@gmail.com 2010-10-30 16:00:20 CDT --- Created an attachment (id=31610) --> (http://bugs.winehq.org/attachment.cgi?id=31610) Example small datafile
Attached small datafile example.
http://bugs.winehq.org/show_bug.cgi?id=24960
Francisco Pina Martins f.pinamartins@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.mbio.ncsu.edu/Bi | |oEdit/bioedit.html
http://bugs.winehq.org/show_bug.cgi?id=24960
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-10-31 06:20:39 CDT --- (In reply to comment #0)
Open a large datafile (example datafile in attachment - "large_data.fas"); The only error message in the console is:
err:seh:setup_exception_record stack overflow 1532 bytes in thread 0020 eip 7bc3e5aa esp 00230d34 stack 0x230000-0x231000-0x330000
I don;t get this error here. The large file opens just fine on my computer.
Maybe a x86-64-only problem?
http://bugs.winehq.org/show_bug.cgi?id=24960
--- Comment #3 from Francisco Pina Martins f.pinamartins@gmail.com 2010-10-31 06:33:28 CDT --- Could be. I will try to reproduce in a i686 machine. I'll report back when I get the chance.
http://bugs.winehq.org/show_bug.cgi?id=24960
--- Comment #4 from Francisco Pina Martins f.pinamartins@gmail.com 2010-11-01 17:32:17 CDT --- I can't reproduce on an i686 machine either. I will retest on x86_64 again from the start, just to make sure.
http://bugs.winehq.org/show_bug.cgi?id=24960
Francisco Pina Martins f.pinamartins@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #31609|0 |1 is obsolete| |
--- Comment #5 from Francisco Pina Martins f.pinamartins@gmail.com 2010-11-01 17:50:25 CDT --- Created an attachment (id=31659) --> (http://bugs.winehq.org/attachment.cgi?id=31659) New test file
I cannot reproduce using the large file, but I have uploaded a new file that exhibits the problem here on X86_64. Also one more thing - this appears to be dependent on the directory where the datafile is. If the file is in (in my directory tree): "~/Science/MSc/phylogenies/gene/test.fas"
I can reproduce the bug just fine.
If it is in: "~/Desktop/test.fas"
The file opens fine.
Just placing it under: "~/Desktop/BioEdit/test.fas"
Will trigger the problem again.
http://bugs.winehq.org/show_bug.cgi?id=24960
--- Comment #6 from Francisco Pina Martins f.pinamartins@gmail.com 2010-11-04 17:42:20 CDT --- Confirming this happens on i686 too with the new file. However, in this case, instead of getting a freeze, I get a segfault:
zsh: segmentation fault WINEPREFIX=~/wine.tmp wine wine.tmp/drive_c/BioEdit/BioEdit.exe
http://bugs.winehq.org/show_bug.cgi?id=24960
spoonie sexy_b14@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sexy_b14@hotmail.com
--- Comment #7 from spoonie sexy_b14@hotmail.com 2010-12-29 19:30:40 CST --- I get
err:seh:setup_exception_record stack overflow 828 bytes in thread 002a eip 00436293 esp 00240ff4 stack 0x240000-0x241000-0x340000
After the level is loaded on AVP2 the game will lock up. Im running Archlinux x86_64 with a wineprefix=32.
Do you think it will be related? the game engine has finshed loading the level then it crashes.
thanks guys
http://bugs.winehq.org/show_bug.cgi?id=24960
--- Comment #8 from Andrew Nguyen arethusa26@gmail.com 2010-12-29 19:36:56 CST --- (In reply to comment #7)
I get
err:seh:setup_exception_record stack overflow 828 bytes in thread 002a eip 00436293 esp 00240ff4 stack 0x240000-0x241000-0x340000
After the level is loaded on AVP2 the game will lock up. Im running Archlinux x86_64 with a wineprefix=32.
Do you think it will be related? the game engine has finshed loading the level then it crashes.
thanks guys
No, the error is generic and the issue with the game almost certainly has nothing to do with the BioEdit crash.
http://bugs.winehq.org/show_bug.cgi?id=24960
--- Comment #9 from Francisco Pina Martins f.pinamartins@gmail.com 2011-10-30 10:39:26 CDT --- I cannot reproduce this anymore in wine 1.3.31. Can anyone confirm? is it good for closing?
http://bugs.winehq.org/show_bug.cgi?id=24960
--- Comment #10 from Austin English austinenglish@gmail.com 2013-11-13 16:51:29 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log).
http://bugs.winehq.org/show_bug.cgi?id=24960
Francisco Pina Martins f.pinamartins@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #11 from Francisco Pina Martins f.pinamartins@gmail.com 2013-11-13 17:33:21 CST --- Cannot reproduce under 1.7.6. As far as I can tell it's fixed. =-)
http://bugs.winehq.org/show_bug.cgi?id=24960
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |FIXED
--- Comment #12 from Austin English austinenglish@gmail.com 2013-11-13 20:54:02 CST --- (In reply to comment #11)
Cannot reproduce under 1.7.6. As far as I can tell it's fixed. =-)
Fixed then, thanks.
http://bugs.winehq.org/show_bug.cgi?id=24960
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2013-11-22 12:50:52 CST --- Closing bugs fixed in 1.7.7.