ID:               39735
 Updated by:       [EMAIL PROTECTED]
 Reported By:      roberto at spadim dot com dot br
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: linux 2.6.10
 PHP Version:      5.2.0
 New Comment:

The error comes from SQLite, which means it didn't like the fact that
you killed the process, when it was syncing the data on the disk.
Not PHP problem.


Previous Comments:
------------------------------------------------------------------------

[2006-12-04 20:54:25] roberto at spadim dot com dot br

Description:
------------
PHP 5.1.6

php: ./src/pager.c:1237: syncJournal: Assertion `pPg->needSync==0'
failed.

this message never appeared before

after an error on my test php i get 1082M of memory use
i killed php process, swapoff and swapon
after this php any file got this message, i will reboot system to get
new messages

Reproduce code:
---------------
any code 
<?php
$a=10;
?>

i think that's an problem with memory allocation

Expected result:
----------------
continue script run

Actual result:
--------------
php: ./src/pager.c:1237: syncJournal: Assertion `pPg->needSync==0'
failed.
Aborted


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39735&edit=1

Reply via email to