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

this occur after sqlite_query("COMMIT TRANSACTION",$LINK);

i didn't killed the process, neither kernel

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


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

[2006-12-04 21:02:12] [EMAIL PROTECTED]

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.

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

[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