php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20735 Crashing, when trying to create DB_DataObject Class definitions
Submitted: 2002-11-30 06:52 UTC Modified: 2002-12-13 02:03 UTC
From: hopfgartner at rolmail dot net Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.3.0RC2 OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hopfgartner at rolmail dot net
New email:
PHP Version: OS:

 

 [2002-11-30 06:52 UTC] hopfgartner at rolmail dot net
When I try to create to DB_DataObject class definition (DB_DataObject 0.6) I get a crash.

I give the instruction:

d:\php430\php.exe createTables.php D:\work\livo2\etc\dbo_livo.ini

The message box (unfortunatly in german) says:

Die Anweisung in "0x778cb9b1" verweist auf Speicher in "0x00000000". Der Vorgang "written" konnte nicht auf dem Speicher durchgef?hrt werden.

Klicken Sie auf "OK", um das Programm zu beenden.
Klicken Sie auf "Abbrechen", um das Programm zu debuggen.

(The instruction in "0x778cb9b1" refers to memory at "0x00000000". The task "written" could not be processed. (...)).

Contact me for screenshots and more, if you want.

Regards,

Peter Hopfgartner

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-30 07:34 UTC] alan_k@php.net
can you send me (alan_k@php.net) the database create script and your ini file - I'll see if I can reproduce this on linux.

 [2002-11-30 09:10 UTC] alan_k@php.net
can you try setting the
debug = 5
in the ini file 

This should give you an idea of how far it is getting before crashing. 
Then just add exit;'s until you locate the line of code that is causing it to die. - my guess is that is a bug with the ms-sql bindings.
Unfortunatly I dont have access to ms-sql (or windows 2000) to test this on.

Regards
Alan
 [2002-12-04 22:23 UTC] alan_k@php.net
can you try a snapshot release - latest cvs from (snaps.php.net) - I believe there where some fixes to the ms-sql driver in the last few days.

 [2002-12-04 22:47 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-12-13 02:03 UTC] sniper@php.net
Feedback via email:

"I have no more MSSQL problems with RC3. Thank to whoever fixed it."


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 00:01:41 2024 UTC