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 147367 - IDE hangs while editing erb
Summary: IDE hangs while editing erb
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: RHTML (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
: 147729 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-16 13:11 UTC by Masaki Katakai
Modified: 2008-09-22 02:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump on windows xp (74.20 KB, text/html)
2008-09-16 13:13 UTC, Masaki Katakai
Details
test erb file (225 bytes, application/x-compressed)
2008-09-16 13:14 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2008-09-16 13:11:07 UTC
NetBeans IDE Dev (Build 200809151401)
Java: 1.6.0_07; Java HotSpot(TM) Client VM 10.0-b23
Windows XP 5.1; MS932; ja_JP (nb)

IDE hands by the following scenario. I'll attach the thread dump and
sample erb file.

1. Start IDE
2. Create new project and create erb file
3. Type "()" of full-width Japanese \uFF08\uFF09
4. Move cursor between "(" and ")"
5. type "<%" and type something

I'm seeing this on Windows and Mac OS X (with JDK1.5)
Comment 1 Masaki Katakai 2008-09-16 13:13:14 UTC
Created attachment 69942 [details]
thread dump on windows xp
Comment 2 Masaki Katakai 2008-09-16 13:14:54 UTC
Created attachment 69943 [details]
test erb file
Comment 3 Torbjorn Norbye 2008-09-16 19:21:27 UTC
Thanks for the detailed bug report. Fixed in changeset 0bbbce787aaa - 
build 3785 and later from http://deadlock.netbeans.org/hudson/job/trunk/
Comment 4 Torbjorn Norbye 2008-09-19 16:46:08 UTC
*** Issue 147729 has been marked as a duplicate of this issue. ***
Comment 5 Masaki Katakai 2008-09-22 02:18:01 UTC
Great! Thanks Tor!

Verified the fix on 200809201401 dev build.