Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8291981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:18:45+00:00 2026-06-08T13:18:45+00:00

my app crashed every now and then and I get hs_err_pid file in the

  • 0

my app crashed every now and then and I get hs_err_pid file in the folder with no other lines in my apache logs.

here is the begining of the file

An unexpected error has been detected by Java Runtime Environment:

java.lang.OutOfMemoryError: requested 512000 bytes for GrET in C:\BUILD_AREA\jdk6_13\hotspot\src\share\vm\utilities\growableArray.cpp. Out of swap space?

Internal Error (allocation.inline.hpp:42), pid=3252, tid=4000
Error: GrET in C:\BUILD_AREA\jdk6_13\hotspot\src\share\vm\utilities\growableArray.cpp

Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
If you would like to submit a bug report, please visit:
 http://java.sun.com/webapps/bugreport/crash.jsp


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

Current thread (0x44be5000):  VMThread [stack: 0x44c70000,0x44cc0000] [id=4000]

Stack: [0x44c70000,0x44cc0000]
[error occurred during error reporting (printing stack bounds), id 0x80000001]

VM_Operation (0x520bf2f0): GenCollectForAllocation, mode: safepoint, requested by thread 0x45d67c00


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

and the end has

 Other Threads:
 =>0x44be5000 VMThread [stack: 0x44c70000,0x44cc0000] [id=4000]
 0x44c19000 WatcherThread [stack: 0x44ea0000,0x44ef0000] [id=4028]

 VM state:at safepoint (normal execution)

 VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
 [0x003c8020] UNKNOWN - owner thread: 0x44be5000
 [0x003c8480] UNKNOWN - owner thread: 0x45d67c00

 Heap
def new generation   total 24256K, used 1365K [0x02b60000, 0x045b0000, 0x06670000)
eden space 21568K,   0% used [0x02b60000, 0x02b60000, 0x04070000)
from space 2688K,  50% used [0x04070000, 0x041c54d0, 0x04310000)
to   space 2688K,   0% used [0x04310000, 0x04310000, 0x045b0000)
tenured generation   total 242368K, used 242261K [0x06670000, 0x15320000, 0x32b60000)
the space 242368K,  99% used [0x06670000, 0x153056f8, 0x15305800, 0x15320000)
compacting perm gen  total 39936K, used 39723K [0x32b60000, 0x35260000, 0x42b60000)
the space 39936K,  99% used [0x32b60000, 0x3522add8, 0x3522ae00, 0x35260000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x00434000     C:\myFolder\myApp_20120723_03_Dollar2InterestFixV18.exe
0x7c900000 - 0x7c9b0000     C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f4000     C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000     C:\WINDOWS\system32\ADVAPI32.DLL
0x77e70000 - 0x77f01000     C:\WINDOWS\system32\RPCRT4.dll
0x773d0000 - 0x774d2000     C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-    
Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\COMCTL32.DLL
0x77c10000 - 0x77c68000     C:\WINDOWS\system32\msvcrt.dll

I have noticed the “Out of swap space?” line.
Is there other clue?
Thanks for any assistance on how to read this file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T13:18:48+00:00Added an answer on June 8, 2026 at 1:18 pm

    GrowableArray is used in the garbage collectors. It’s possible that you are trying to allocate too much memory in a 32-bit process? In that case, you can decrease your memory usage (reduce your heapSize vm params) and the VM should no longer crash – but you might get a proper OutOfMemory error if you run out of heap space.

    This bug report gives a good overview: https://bugs.java.com/bugdatabase/view_bug;jsessionid=2e9a93e1a4426a7101624de9e89f5?bug_id=6711183

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My app crashed when i trying to change UITextView text. Here is the code:
My app crashes every time I start it in the emulator. Here is the
I spent a lot of time to find out why my app crashed. My
That's what Apple said - the app got crashed for them against iPad 3,
When I am trying to release the object of UIPopoverController ,app gets crashed with
I would like for my app to reset to standard settings if it crashed
I'm developing an iOS5 App using ARC, and I started to get some random
Since I moved a PHP app to a new server (PHP/5.3.8 running as Apache
I am developing a cocos2d based app and I am now testing it against
I developed an app, iCollege , and now I want to make the app

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.