php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #54165 apache crashes when clone $dateinterval
Submitted: 2011-03-05 03:57 UTC Modified: 2013-02-18 00:34 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: giorgio dot liscio at email dot it Assigned:
Status: No Feedback Package: Date/time related
PHP Version: 5.3.5 OS: windows 7 x64
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
15 + 33 = ?
Subscribe to this entry?

 
 [2011-03-05 03:57 UTC] giorgio dot liscio at email dot it
Description:
------------
hi,

when I use this simple snippet

	$a = new \DateInterval("P100Y");
	$a = clone $a;

apache always crashes

please help me to provide a gdb backtrace on windows, if needed

some info (in italian):
Firma problema:
  Nome evento problema:	APPCRASH
  Nome applicazione:	apache.exe
  Versione applicazione:	2.2.17.0
  Timestamp applicazione:	4cbbe9e8
  Nome modulo con errori:	php5ts.dll
  Versione modulo con errori:	5.3.5.0
  Timestamp modulo con errori:	4d26013e
  Codice eccezione:	c0000005
  Offset eccezione:	000ef1e0
  Versione SO:	6.1.7600.2.0.0.256.1
  ID impostazioni locali:	1040
  Informazioni aggiuntive 1:	0a9e
  Ulteriori informazioni 2:	0a9e372d3b4ad19135b953a78882e789
  Ulteriori informazioni 3:	0a9e
  Ulteriori informazioni 4:	0a9e372d3b4ad19135b953a78882e789


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-03-05 14:27 UTC] felipe@php.net
-Status: Open +Status: Feedback
 [2011-03-05 14:27 UTC] felipe@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 09:01:31 2024 UTC