[Bug 316548] [NEW] Installer quietly discards errors, gets stuck on "ok" dialog

2009-01-12 Thread marmida
Public bug reported: When the "install ubuntu" option of the server edition installer hits a certain problem, it shows a dialog box with an "Ok" button and quits without any other indication of the problem. It should probably show some indication of what problem was encountered. I discovered thi

[Bug 316548] Re: Installer quietly discards errors, gets stuck on "ok" dialog

2009-01-12 Thread marmida
** Attachment added: "Photo of installer showing dialog box" http://launchpadlibrarian.net/21141462/boot.jpg -- Installer quietly discards errors, gets stuck on "ok" dialog https://bugs.launchpad.net/bugs/316548 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 198246] [NEW] php cli crashes on uncaught derived exception

2008-03-03 Thread marmida
Public bug reported: Binary package hint: php5-cli PHP on the cli dies with "zend_mm_heap corrupted" when handling a script that throws an exception extended from the base Exception class. If not caught, the crash happens. This only occurs for extensions of Exception; php executing uncaught bas

[Bug 198246] Re: php cli crashes on uncaught derived exception

2008-03-24 Thread marmida
Sorry, it's hard to see the expected results in that blob of text above. It's this portion: [EMAIL PROTECTED] ~]$ php -r "class TestException extends Exception {}; throw new TestException('hello');" PHP Fatal error: Uncaught exception 'TestException' with message 'hello' in Command line code:1 S

[Bug 198246] bug only pertains to code executed via -r arg to cli php

2008-03-26 Thread marmida
exception 'TestException' with message 'hello world' in Command line code:4 Stack trace: #0 {main} thrown in Command line code on line 4 zend_mm_heap corrupted [EMAIL PROTECTED]:~$ php test_cli_error.php Fatal error: Uncaught exception 'TestException' with messag