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 68741 - I avoid crashes by
Summary: I avoid crashes by
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-15 15:17 UTC by ewefee
Modified: 2008-12-23 00:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ewefee 2005-11-15 15:17:52 UTC
I avoid crashes by 
1. disabling "incremental search"
2. turning off OpenOffice (2.0) quickstarter

I one of the two is not disabled I can see crashes of the IDE (too many)
With both disabled the IDE is very stable
Comment 1 Pavel Rehak 2005-11-23 12:29:37 UTC
Can OpenOffice have something to do with IDE crashes?
Check it out CORE guys.
Comment 2 Marian Mirilovic 2005-11-23 13:10:53 UTC
Sorry, but it is impossible find out what is wrong from this bug report. Please
be more specific. 

What does "disabling incremental search" mean? What JDK version are you using?
DO you have log file of the crashed IDE/JVM? .....

Please reopen this issue after providing asked informations. 

Thanks in advance.
Comment 3 ewefee 2005-11-23 14:05:05 UTC
disabling incremental search
I mean the search dialog and the search & replace dialog. They have a Checkbox
called "incremental search". I have de-selected this Checkbox.

JDK is 1.5.0_05-b05

Yes I had logfiles, if you can reproduce the bug please ask me again, I would
re-create some logfiles. 

P.S. In the issueing form I did not find information about the Priority System,
if P1 is highest or P5 is highest
Comment 4 Marian Mirilovic 2005-11-23 14:11:46 UTC
Thanks for additional informations ...

> Yes I had logfiles, if you can reproduce the bug please ask me again, I would
> re-create some logfiles. 

SO, when exactly you see the crashes, what you have to do , steps to reproduce
would be very helpful.


> P.S. In the issueing form I did not find information about the Priority 
> System, if P1 is highest or P5 is highest

P1 - the highest priority = stopper
P5 - the lower one = minor problem
Comment 5 Marian Mirilovic 2005-11-25 09:44:35 UTC
Comments from reporter:
>I was just editing my sources, every 10 minutes there was a crash. It was really 
> a problem for me. Then I found the way out that I have described in my 
> bugreport.
>In most cases the crashes happened when I was doing search and replace, by dialog 
> or by hitting F3.
>Other cases were when I was just typing a line break, that means just hitting 
> the [enter] key.
>The third case was when I was selecting text by mouse click and dragging the 
> mouse. Exactly spoken, during the drag process.
>I hope this description helps
Comment 6 _ rkubacki 2005-11-28 09:45:02 UTC
If you are experiening JVM crashes then it is very likely problem of JVM and
should be reported against it. It is also possible the you can workaround or
solve it on your side.
Comment 7 _ rkubacki 2005-11-28 09:47:53 UTC
Please look at the Java2d section of
http://java.sun.com/j2se/1.5.0/relnotes.html or perhaps to
http://java.sun.com/j2se/1.5/pdf/jdk50_ts_guide.pdf
 
Without the IDE log / crash log there is nothing more we can do. If you have
some an additional input you can reopen.
Comment 8 ewefee 2005-11-28 11:03:45 UTC
I have created a crash log by searching through a large source file with f3.

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x00b30b98, pid=2448, tid=3116
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode, sharing)
# Problematic frame:
# v  ~SafepointBlob
#

---------------  T H R E A D  ---------------

Current thread (0x02e6a268):  JavaThread "AWT-Windows" daemon [_thread_in_Java,
id=3116]

siginfo: ExceptionCode=0xc0000092, ExceptionInformation=0x00000000 0x031cf428 

Registers:
EAX=0x02e6a268, EBX=0x02e6a268, ECX=0x031cf4c0, EDX=0x7c91eb94
ESP=0x031cf428, EBP=0x031cf500, ESI=0x08000001, EDI=0x02e6a268
EIP=0x00b30b98, EFLAGS=0x00010206

Top of Stack: (sp=0x031cf428)
0x031cf428:   030feaf8 00000000 030ff45c 00000000
0x031cf438:   00000000 02e6ad08 02e6ad30 02e50000
0x031cf448:   00000000 2b36dba0 02e6acf0 02e50000
0x031cf458:   02e6ac38 02e6acc0 02e50000 0038001c
0x031cf468:   ffff1372 ffff0000 ffffffff 00000000
0x031cf478:   00000000 00000000 ffff0000 031cfa9c
0x031cf488:   ba6cd7e8 01df4beb 031f0000 00000000
0x031cf498:   000001df bc6627d0 0000dc6c d79c0000 

Instructions: (pc=0x00b30b98)
0x00b30b88:   83 ec 6c dd 34 24 9b d9 24 24 83 ec 40 dd 1c 24
0x00b30b98:   dd 5c 24 08 dd 5c 24 10 dd 5c 24 18 dd 5c 24 20 


Stack: [0x03190000,0x031d0000),  sp=0x031cf428,  free space=253k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
v  ~SafepointBlob
J 
sun.reflect.GeneratedMethodAccessor15.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J 
java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J  sun.awt.SunToolkit.wakeupEventQueue(Ljava/awt/EventQueue;Z)V
J  sun.awt.PostEventQueue.postEvent(Ljava/awt/AWTEvent;)V
J  sun.awt.SunToolkit.postEvent(Lsun/awt/AppContext;Ljava/awt/AWTEvent;)V
J  sun.awt.windows.WComponentPeer.postEvent(Ljava/awt/AWTEvent;)V
v  ~StubRoutines::call_stub
V  [jvm.dll+0x8295c]
V  [jvm.dll+0xd752e]
V  [jvm.dll+0x8282d]
V  [jvm.dll+0x87c4b]
C  [java.dll+0x4ef5]
C  [java.dll+0x4db7]


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x03593f70 JavaThread "Inactive RequestProcessor thread [Was:Java Node State
Updater/org.netbeans.modules.java.JavaNode$StateUpdater]" daemon
[_thread_blocked, id=3756]
  0x036f8ab8 JavaThread "Inactive RequestProcessor thread
[Was:TimedWeakReference/org.netbeans.modules.projectapi.TimedWeakReference]"
daemon [_thread_blocked, id=2816]
  0x03def988 JavaThread "Inactive RequestProcessor thread
[Was:ToolTip-Evaluator/org.netbeans.modules.editor.NbToolTip$Request]" daemon
[_thread_blocked, id=3240]
  0x034906e0 JavaThread "Inactive RequestProcessor thread [Was:Source hierarchy
bridge/org.netbeans.modules.java.bridge.ElementImpl$1]" daemon [_thread_blocked,
id=3492]
  0x0368e8f0 JavaThread "Text-Layout" [_thread_blocked, id=540]
  0x03510018 JavaThread "Inactive RequestProcessor thread [Was:Exception
Notification Icon/org.netbeans.core.FlashingIcon$Timer]" daemon
[_thread_blocked, id=1376]
  0x033e9e48 JavaThread "MDR event dispatcher" daemon [_thread_blocked, id=1876]
  0x00037d70 JavaThread "DestroyJavaVM" [_thread_blocked, id=3184]
  0x0300f358 JavaThread "TimerQueue" daemon [_thread_blocked, id=3152]
  0x0344f010 JavaThread "AWT-EventQueue-1" [_thread_in_vm, id=3964]
  0x02f22f08 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2724]
  0x02f13408 JavaThread "Active Reference Queue Daemon" daemon [_thread_blocked,
id=2660]
  0x02f1f2c0 JavaThread "Timer-0" daemon [_thread_blocked, id=2228]
=>0x02e6a268 JavaThread "AWT-Windows" daemon [_thread_in_Java, id=3116]
  0x02f12d08 JavaThread "AWT-Shutdown" [_thread_blocked, id=3720]
  0x00ac3610 JavaThread "CLI Requests Server" daemon [_thread_in_native, id=2676]
  0x00a6fba0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2196]
  0x00a6e778 JavaThread "CompilerThread0" daemon [_thread_blocked, id=460]
  0x00a6db58 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2488]
  0x00a69008 JavaThread "Finalizer" daemon [_thread_blocked, id=768]
  0x00a48aa0 JavaThread "Reference Handler" daemon [_thread_blocked, id=2496]

Other Threads:
  0x00a68270 VMThread [id=704]
  0x00a70de8 WatcherThread [id=3576]

VM state:synchronizing (normal execution)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x00036b80/0x00000724] Safepoint_lock - owner thread: 0x00a68270
[0x00036bb0/0x0000071c] Threads_lock - owner thread: 0x00a68270
[0x00036d30/0x000006e0] Heap_lock - owner thread: 0x0344f010

Heap
 def new generation   total 31744K, used 29184K [0x06a80000, 0x08cf0000, 0x08cf0000)
  eden
[error occurred during error reporting, step 190, id 0xc0000092]

Dynamic libraries:
0x00400000 - 0x0040c000 	D:\entw_umg\jdk_150_05\jre\bin\java.exe
0x7c910000 - 0x7c9c7000 	C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c906000 	C:\WINDOWS\system32\kernel32.dll
0x77da0000 - 0x77e4a000 	C:\WINDOWS\system32\ADVAPI32.dll
0x77e50000 - 0x77ee1000 	C:\WINDOWS\system32\RPCRT4.dll
0x77be0000 - 0x77c38000 	C:\WINDOWS\system32\MSVCRT.dll
0x6d6b0000 - 0x6d83c000 	D:\entw_umg\jdk_150_05\jre\bin\client\jvm.dll
0x77d10000 - 0x77da0000 	C:\WINDOWS\system32\USER32.dll
0x77ef0000 - 0x77f36000 	C:\WINDOWS\system32\GDI32.dll
0x76af0000 - 0x76b1e000 	C:\WINDOWS\system32\WINMM.dll
0x6d2f0000 - 0x6d2f8000 	D:\entw_umg\jdk_150_05\jre\bin\hpi.dll
0x76bb0000 - 0x76bbb000 	C:\WINDOWS\system32\PSAPI.DLL
0x6d680000 - 0x6d68c000 	D:\entw_umg\jdk_150_05\jre\bin\verify.dll
0x6d370000 - 0x6d38d000 	D:\entw_umg\jdk_150_05\jre\bin\java.dll
0x6d6a0000 - 0x6d6af000 	D:\entw_umg\jdk_150_05\jre\bin\zip.dll
0x03050000 - 0x03078000 	C:\WINDOWS\system32\rsaenh.dll
0x76620000 - 0x766d5000 	C:\WINDOWS\system32\USERENV.dll
0x597d0000 - 0x59824000 	C:\WINDOWS\system32\netapi32.dll
0x6d530000 - 0x6d543000 	D:\entw_umg\jdk_150_05\jre\bin\net.dll
0x71a10000 - 0x71a27000 	C:\WINDOWS\system32\WS2_32.dll
0x71a00000 - 0x71a08000 	C:\WINDOWS\system32\WS2HELP.dll
0x719b0000 - 0x719f0000 	C:\WINDOWS\System32\mswsock.dll
0x76ee0000 - 0x76f07000 	C:\WINDOWS\system32\DNSAPI.dll
0x76d20000 - 0x76d39000 	C:\WINDOWS\system32\iphlpapi.dll
0x76f70000 - 0x76f78000 	C:\WINDOWS\System32\winrnr.dll
0x76f20000 - 0x76f4d000 	C:\WINDOWS\system32\WLDAP32.dll
0x76f80000 - 0x76f86000 	C:\WINDOWS\system32\rasadhlp.dll
0x66710000 - 0x66769000 	C:\WINDOWS\system32\hnetcfg.dll
0x719f0000 - 0x719f8000 	C:\WINDOWS\System32\wshtcpip.dll
0x6d070000 - 0x6d1d7000 	D:\entw_umg\jdk_150_05\jre\bin\awt.dll
0x72f70000 - 0x72f96000 	C:\WINDOWS\system32\WINSPOOL.DRV
0x76330000 - 0x7634d000 	C:\WINDOWS\system32\IMM32.dll
0x774b0000 - 0x775ec000 	C:\WINDOWS\system32\ole32.dll
0x5b0f0000 - 0x5b128000 	C:\WINDOWS\system32\uxtheme.dll
0x736d0000 - 0x73719000 	C:\WINDOWS\system32\ddraw.dll
0x73b30000 - 0x73b36000 	C:\WINDOWS\system32\DCIMAN32.dll
0x738b0000 - 0x73980000 	C:\WINDOWS\system32\D3DIM700.DLL
0x746a0000 - 0x746eb000 	C:\WINDOWS\system32\MSCTF.dll
0x7c9d0000 - 0x7d1ee000 	C:\WINDOWS\system32\shell32.dll
0x77f40000 - 0x77fb6000 	C:\WINDOWS\system32\SHLWAPI.dll
0x773a0000 - 0x774a2000 
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
0x5d450000 - 0x5d4e7000 	C:\WINDOWS\system32\comctl32.dll
0x6d2b0000 - 0x6d2ed000 	D:\entw_umg\jdk_150_05\jre\bin\fontmanager.dll
0x6d550000 - 0x6d559000 	D:\entw_umg\jdk_150_05\jre\bin\nio.dll
0x71a80000 - 0x71a92000 	C:\WINDOWS\system32\MPR.dll
0x75f00000 - 0x75f07000 	C:\WINDOWS\System32\drprov.dll
0x71b90000 - 0x71b9e000 	C:\WINDOWS\System32\ntlanman.dll
0x71c50000 - 0x71c67000 	C:\WINDOWS\System32\NETUI0.dll
0x71c10000 - 0x71c50000 	C:\WINDOWS\System32\NETUI1.dll
0x71c00000 - 0x71c07000 	C:\WINDOWS\System32\NETRAP.dll
0x71b70000 - 0x71b83000 	C:\WINDOWS\System32\SAMLIB.dll
0x75f10000 - 0x75f19000 	C:\WINDOWS\System32\davclnt.dll
0x778f0000 - 0x779e4000 	C:\WINDOWS\system32\SETUPAPI.dll
0x77b10000 - 0x77b32000 	C:\WINDOWS\system32\appHelp.dll
0x6d200000 - 0x6d22f000 	D:\entw_umg\jdk_150_05\jre\bin\cmm.dll
0x6d430000 - 0x6d44f000 	D:\entw_umg\jdk_150_05\jre\bin\jpeg.dll
0x03300000 - 0x03319000 	D:\etc\ghosttyper\GhostKey.Dll
0x770f0000 - 0x7717c000 	C:\WINDOWS\system32\oleaut32.dll

VM Arguments:
jvm_args: -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade -Xms448m
-Xmx448m -XX:PermSize=128m -XX:MaxPermSize=128m -Xverify:none
-Dnetbeans.osenv=C:\DOKUME~1\ich\LOKALE~1\Temp\nbenv11
-Dnetbeans.osenv.nullsep=true -Djdk.home=D:\entw_umg\jdk_150_05
-Dnetbeans.home=D:\entw_umg\nb\41_2005_11_05\platform5
-Dnetbeans.dirs=D:\entw_umg\nb\41_2005_11_05\nb4.1;D:\entw_umg\nb\41_2005_11_05\ide5;D:\entw_umg\nb\41_2005_11_05\enterprise1
-Dnetbeans.user=C:\Dokumente und Einstellungen\ich\.netbeans\4.1
-Dnetbeans.system_http_proxy=192.168.115.1:3128
-Dsun.awt.keepWorkingSetOnMinimize=true
java_command: org/netbeans/Main --branding nb

Environment Variables:
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\ATI
Technologies\ATI Control
Panel;d:\entw_umg\ms_dev_studio_5\sharedide\bin\ide;d:\entw_umg\ms_dev_studio_5\sharedide\bin;d:\entw_umg\ms_dev_studio_5\vc\bin;d:\entw_umg\vcafe\java2\bin;c:\programme\gemeinsame
dateien\webgain shared;d:\entw_umg\vcafe\bin;d:\csh\bin;
USERNAME=ich
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows XP Build 2600 Service Pack 2

CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht

Memory: 4k page, physical 1047536k(393944k free), swap 1799784k(870920k free)

vm_info: Java HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built on Aug
26 2005 15:36:02 by "java_re" with MS VC++ 6.0

Comment 9 _ rkubacki 2005-11-28 12:00:49 UTC
OK, thanks. According to attached log this is a JVM crash and thus JVM bug. It
means it should be fixed in JDK. Please submit a report here.
Comment 10 ewefee 2005-11-28 12:08:42 UTC
I have submitted a bug for Java Hotspot on Javasoft.com