This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145535 - Infinite recursion parsing a PHP file (PHPDoc?)
Summary: Infinite recursion parsing a PHP file (PHPDoc?)
Status: RESOLVED DUPLICATE of bug 145494
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Petr Pisl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 09:19 UTC by scolytus
Modified: 2008-08-29 11:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 100748


Attachments
DUMP: PHP source + stack trace of obj_logitem.php (93.88 KB, text/plain)
2008-08-29 09:23 UTC, scolytus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scolytus 2008-08-29 09:19:10 UTC
.dump will be attached.

Build: NetBeans IDE Dev (Build 200808280201)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86
User comments: I don't know... I wasn't even working with NB when error occured...
STACKTRACE: (first 10 lines)
An error occurred during parsing of 'O:\working\TestSys2008\code\includes\obj_testcontroller.php'. Please report a bug
against ruby and attach dump file 'C:\Dokumente und Einstellungen\Michael\.netbeans\dev\var\log\obj_testcontroller.dump'.
Comment 1 scolytus 2008-08-29 09:23:42 UTC
Created attachment 68605 [details]
DUMP: PHP source + stack trace of obj_logitem.php
Comment 2 scolytus 2008-08-29 09:28:11 UTC
This source file (Attachment 68605 [details]) was just created... Same behaviour as the source file that causes the original
exception in http://statistics.netbeans.org/exceptions/detail.do?id=100748
Comment 3 Petr Pisl 2008-08-29 11:45:03 UTC
This is caused by wrong recursion in sanitization code. This is duplicate of issue #145494.

*** This issue has been marked as a duplicate of 145494 ***