[Bug 1219466] Re: segfault on uncaught exceptions with long message

2013-09-25 Thread Yolanda Robla
** Changed in: php5 (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1219466 Title: segfault on uncaught exceptions with long message To manage notifications a

[Bug 1219466] Re: segfault on uncaught exceptions with long message

2013-09-01 Thread Yogu
I just noticed that only the first line of the exception message is affected. throw new Exception(str_repeat('a', 978)."\n".str_repeat('a', 12)."\n".str_repeat('a', 12)); performs well. Notice that the length of the first line may be longer if there are multiple lines (978 vs. 916). Howev