ID:               36807
 User updated by:  spam2 at rhsoft dot net
 Reported By:      spam2 at rhsoft dot net
 Status:           Open
 Bug Type:         Reproducible crash
 Operating System: Windows XP
 PHP Version:      5.1.3RC1
 New Comment:

Is there any solution fpr this problem?
I cant use 5.1.3dev because i need cli in many cases on my development
machine :-(


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

[2006-03-22 11:04:52] spam2 at rhsoft dot net

A example on my computers is a simple "pear upgrade-all", after few
seconds php-cli crashs

The other scripts are also much bigger than 20 lines because uses a
library with 5000 lines and some wrappers

one of them is a db-class for mysql/pgsql/mssql who makes it possible
to connect to one mysqlserver, create a table dump and excute each
insert directly on a second server or buffer the dump, create single
files and generate a zip with them and save it to a backup-folder.

---

The last days the following script crashs after a longer time also

<?php
 $dns_host_list = Array
 (
  'apple.com',
  'www.apple.com',
  'time.apple.com',
  'ptbtime1.ptb.de',
  'ptbtime2.ptb.de',
  'ntp1.ptb.de',
  'ntp2.ptb.de',
  'ns1.chello.at',
  'ns2.chello.at',
  'ns3.chello.at',
  'www.google.com',
  'www.google.de',
  'www.google.at',
  'www.heise.de',
  'www.pc-magazin.de',
  'www.microsoft.com',
  'www.microsoft.de',
  'www.windowsupdate.com',
  'update.microsoft.com',
  'free.grisoft.com',
  'login.icq.com',
  'www.mozilla.org',
  'addons.mozilla.org',
  'www.merkurmarkt.com',
  'www.merkurmarkt.at',
  'www.nvidia.de',
  'www.nvidia.com',
  'appl.merkurmarkt.at',
  'www.orf.at',
  'digital.orf.at',
  'tvsales.orf.at',
  'www.news.at',
  'www.php.net',
  'snaps.php.net',
  'www.mysql.de',
  'www.mysql.com',
  'dev.mysql.com',
  'www.tinyurl.com',
  'tinyurl.com',
  'httpd.apache.org',
  'rhsoft.net',
  'www.rhsoft.net',
  'local.rhsoft.net',
  'dev.rhsoft.net',
  'private.rhsoft.net',
  'internal.rhsoft.net',
  'thelounge.rhsoft.net',
  'afi.rhsoft.net',
  'afi.test.rh',
  'test.rh',
  'rh.thelounge.net',
  'www.thelounge.net',
  'mail.thelounge.net',
  'webmail.thelounge.net',
  'ptc.thelounge.net',
  'ptc2.thelounge.net',
  'clients.thelounge.net',
  'access.thelounge.net',
  'arrakis.thelounge.net',
  'solaris.thelounge.net',
  'linux.thelounge.net',
  'thx1138.thelounge.net',
  'kronos.thelounge.net',
  'contentlounge.thelounge.net',
  'secure.thelounge.net',
  'revolver.thelounge.net',
  'www.adnersentag.at',
  'www.antiquare.at',
  'www.buchwoche.at',
  'www.buecherscheck.at',
  'www.fachkolleg.at',
  'www.hvb.at',
  'www.buecher.at',
  'www.isbn.co.at',
  'isbn.co.at',
  'www.jbh.at',
  'www.schoenstebuecher.at',
  'www.welttagdesbuches.at',
  'test.alufenster.at',
  'www.allarrabbiata.com',
  'www.alpines.at',
  'www.alufenster.at',
  'www.artenvielfalt.or.at',
  'www.aume.at',
  'www.berufsbilder.org',
  'www.blauensteiner.com',
  'www.cat-wien.at',
  'www.clausmitterbauer.at',
  'www.creative-industries.at',
  'www.dengscherz.at',
  'www.dieveranda.at',
  'www.do-mo.at',
  'www.enrico-panigl.at',
  'www.ernest-dichter.info',
  'www.granatapfel.com',
  'www.grueve.com',
  'www.gumpoldskirchnerspatzen.at',
  'www.hausingrid.com',
  'www.haustischler.com',
  'www.heimseite.at',
  'www.hofbauer-schmidt.at',
  'www.holzbauer.org',
  'www.hurnaus.com',
  'www.impalabullets.at',
  'www.interkulturlotsen.at',
  'www.jurtschitsch.com',
  'www.kaplenig.com',
  'www.koemau.com',
  'www.lifeball.org',
  'www.lifestyle-tv.at',
  'www.mak.at',
  'secure.mak.at',
  'www.makdesignshop.at',
  'www.markengoller.com',
  'www.minimalsoul.net',
  'www.montagmoebel.com',
  'www.musterkv.at',
  'www.optipharm.de',
  'www.optipharm.at',
  'www.ors.at',
  'www.ottomuehl.at',
  'www.palum.at',
  'www.peternoever.at',
  'www.presserk.at',
  'www.sauwohl.at',
  'www.sfm.at',
  'www.ske-fonds.at',
  'www.slpoes.at',
  'www.societyfordiversity.at',
  'www.soseurope.org',
  'www.stonespirits.at',
  'www.str-desgin.at',
  'www.studeny.at',
  'www.stylebible.at',
  'www.szeiertag.com',
  'www.textilart.at',
  'www.vmoe.at',
  'www.web-media.at',
  'www.weineck.at',
  'www.weinundkaese.at',
  'www.weinvierteldac.at',
  'www.x-tremegolf.at'
 );

 foreach ($dns_host_list as $akt_dns_host)
gethostbyname($akt_dns_host);
?>

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

[2006-03-22 08:35:14] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.



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

[2006-03-21 22:16:22] kleef84 at hotmail dot com

I have the same problem since php5.1-200603202330.tar.gz was released.
I'm using custom build on Windows Server 2003.
Error appears with php.exe, php-win.exe and php-cgi.exe, the ISAPI dll
(php5isapi.dll) appears to work fine.

Error pop-up message:
Application Error
The instruction at "0x101ed783" referenced memory at "0x00000bec". The
memory could not be "read".

When hitting cancel, Visual C++ debug says:
Unhandled exception in php.exe (PHP5TS.DLL): 0xC0000005: Access
Violation

Event log:
Event Type:     Error
Event Source:   Application Error
Event Category: (100)
Event ID:       1000
Date:           3/21/2006
Time:           10:08:20 PM
User:           N/A
Computer:       xxxxxxxxxxx
Description:
Faulting application php.exe, version 5.1.3.3, faulting module
php5ts.dll, version 5.1.3.3, fault address 0x001ed783.

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

[2006-03-20 23:26:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




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

[2006-03-20 23:25:38] spam2 at rhsoft dot net

Description:
------------
The latest snapshots for win32 crashs (only the cli)
Not only one - all my scripts who will alter or backup databases for a
batch-command on windows will crash down if running in command line
interface - same skripts over apache2handler works normal.

Some snapshots before the problem went away but it exists also in an
earlier build of 5.1.3dev

Reproduce code:
---------------
Sorry not possible



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


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

Reply via email to