http://bugs.winehq.org/show_bug.cgi?id=26638
Summary: Memo can't handle large content Product: Wine Version: 1.3.16 Platform: x86 URL: http://netikka.net/dev/example.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ocean04@suomi24.fi
http://netikka.net/dev/example.exe
Click button -> it just closes.
I believe Win9x had some max size limit, but not a problem in 2000/XP or later.
Source:
procedure TForm1.Button1Click(Sender: TObject); var i: integer; s: string; begin for i:=0 to 50000 do s:=s+'x'; memo1.text:=s; memo1.SelectAll; memo1.SetFocus; end;
http://bugs.winehq.org/show_bug.cgi?id=26638
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-04-02 16:04:34 CDT --- Anything in terminal? Also, what's a purpose of a loop here?
http://bugs.winehq.org/show_bug.cgi?id=26638
--- Comment #2 from ocean04@suomi24.fi 2011-04-02 16:22:54 CDT --- Winedbg shows:
X Error of failed request: BadLength (poly request too large or internal Xlib length error) Major opcode of failed request: 89 (X_StoreColors) Serial number of failed request: 1784 Current serial number in output stream: 1783
Only s:=s+'x'; is inside loop. Just to create some content.
http://bugs.winehq.org/show_bug.cgi?id=26638
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase
http://bugs.winehq.org/show_bug.cgi?id=26638
--- Comment #3 from ocean04@suomi24.fi 2011-04-03 01:39:32 CDT --- Seems it's not the size, but length without linebreaks. If change s:=s+'x'+#13#10; there is no problem.
http://bugs.winehq.org/show_bug.cgi?id=26638
--- Comment #4 from ocean04@suomi24.fi 2011-06-11 15:09:20 CDT --- Created an attachment (id=35104) --> (http://bugs.winehq.org/attachment.cgi?id=35104) simple textfile
Same in notepad. Added attachment
wine notepad long.txt
Scrolling down or select all, it fails instantly, wine 1.3.22
http://bugs.winehq.org/show_bug.cgi?id=26638
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #5 from Jerome Leclanche adys.wh@gmail.com 2011-10-26 06:10:46 CDT --- Could this be bug 24204?
http://bugs.winehq.org/show_bug.cgi?id=26638
Rafal Stanilewicz washuu@eastnews.com.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |washuu@eastnews.com.pl
--- Comment #6 from Rafal Stanilewicz washuu@eastnews.com.pl 2012-01-27 04:53:58 CST --- notepad hangs in wine-1.3.37.
http://bugs.winehq.org/show_bug.cgi?id=26638
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2012-01-27 05:35:10 CST --- Duplicate.
*** This bug has been marked as a duplicate of bug 24204 ***
http://bugs.winehq.org/show_bug.cgi?id=26638
Aric Stewart aric@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aric@codeweavers.com
http://bugs.winehq.org/show_bug.cgi?id=26638
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Austin English austinenglish@gmail.com 2012-01-28 14:04:14 CST --- Closing.