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 217861 - Create PHP project with existing sources hangs
Summary: Create PHP project with existing sources hangs
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2012-09-05 08:35 UTC by kolen
Modified: 2012-09-10 09:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump made with VisualVM while 'Create new project' dialog is hanged (25.95 KB, text/plain)
2012-09-05 08:35 UTC, kolen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kolen 2012-09-05 08:35:13 UTC
Created attachment 123925 [details]
Thread dump made with VisualVM while 'Create new project' dialog is hanged

NetBeans IDE Dev (Build 201209050001)
Java: 1.7.0_06; Java HotSpot(TM) 64-Bit Server VM 23.2-b09
System: Windows 7 version 6.1 running on amd64; Cp1251; en_US (nb)

"Create project" dialog hangs at last screen when creating new PHP application with existing sources. UI redraw works, but dialog displays "wait" mouse pointer and it is not possible to close it.

After killing Netbeans process, new project is created, only nbproject dir and only project.xml in that with following content:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>org.netbeans.modules.php.project</type>
    <configuration/>
</project>

Attaching thread dump made with VisualVM while in this hanged state.
Comment 1 kolen 2012-09-05 08:39:32 UTC
On second try it succeeded, not hanged.
Comment 2 Tomas Mysik 2012-09-06 11:29:00 UTC
Fixed, please verify if possible.

http://hg.netbeans.org/web-main/rev/a6544f6e2714
Comment 3 Quality Engineering 2012-09-07 02:12:27 UTC
Integrated into 'main-golden', will be available in build *201209070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a6544f6e2714
User: Tomas Mysik <tmysik@netbeans.org>
Log: #217861 - Create PHP project with existing sources hangs
Comment 4 Vladimir Riha 2012-09-07 07:11:35 UTC
I'll try but I'm not how much reliable will it be
Comment 5 Tomas Mysik 2012-09-07 07:25:10 UTC
Yes, it was random...
Comment 6 Vladimir Riha 2012-09-10 09:22:37 UTC
No troubles with creating project with sources => verified, but since it was random, it may not mean a lot


Product Version: NetBeans IDE Dev (Build 201209100001)
Java: 1.7.0_07; Java HotSpot(TM) Client VM 23.3-b01
System: Linux version 3.2.0-29-generic-pae running on i386; UTF-8; en_US (nb)