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.