[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 151336] KJS crashes when going to facebook.com signup page
From:       Bernhard Rosenkraenzer <bero () arklinux ! org>
Date:       2007-10-31 17:40:05
Message-ID: 20071031174005.5577.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=151336         




------- Additional Comments From bero arklinux org  2007-10-31 18:40 -------
Apparently they're right and it does happen only on a string literal, so we may be \
doing something gcc doesn't like after all.

Changing the test case to pass around a malloc()'ed (or otherwise allocated) location \
doesn't cause the crash.

Guess we may want to change p->write("<HTML><TITLE></TITLE><BODY></BODY></HTML>");
to
char gccsucks[]="<HTML><TITLE></TITLE><BODY></BODY></HTML>"; p->write(gccsucks);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic