[Bug 26638] New: Memo can't handle large content
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(a)winehq.org ReportedBy: ocean04(a)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; -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26638 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-04-02 16:04:34 CDT --- Anything in terminal? Also, what's a purpose of a loop here? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26638 --- Comment #2 from ocean04(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26638 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26638 --- Comment #3 from ocean04(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26638 --- Comment #4 from ocean04(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26638 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #5 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-10-26 06:10:46 CDT --- Could this be bug 24204? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26638 Rafal Stanilewicz <washuu(a)eastnews.com.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |washuu(a)eastnews.com.pl --- Comment #6 from Rafal Stanilewicz <washuu(a)eastnews.com.pl> 2012-01-27 04:53:58 CST --- notepad hangs in wine-1.3.37. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26638 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2012-01-27 05:35:10 CST --- Duplicate. *** This bug has been marked as a duplicate of bug 24204 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26638 Aric Stewart <aric(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aric(a)codeweavers.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26638 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2012-01-28 14:04:14 CST --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org