ifaz / little-fluffy-location-library

Automatically exported from code.google.com/p/little-fluffy-location-library
0 stars 0 forks source link

OutOfMemoryError #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
java.lang.OutOfMemoryError: pthread_create (stack size 32768 bytes) failed: Out 
of memory
at java.lang.VMThread.create(Native Method)
at java.lang.Thread.start(Thread.java:1026)
at java.util.Timer$TimerImpl.<init>(Timer.java:192)
at java.util.Timer.<init>(Timer.java:367)
at java.util.Timer.<init>(Timer.java:387)
at java.util.Timer.<init>(Timer.java:394)
at 
com.littlefluffytoys.littlefluffylocationlibrary.LocationBroadcastService.forceL
ocationUpdate(LocationBroadcastService.java:146)
at 
com.littlefluffytoys.littlefluffylocationlibrary.LocationBroadcastService$1.run(
LocationBroadcastService.java:94)
at java.lang.Thread.run(Thread.java:838)

Original issue reported on code.google.com by muradmoh...@gmail.com on 28 Mar 2014 at 1:10

GoogleCodeExporter commented 9 years ago
That's a downer init. I bet there's nowt we can do about it. Just keep an eye 
on it and see if it recurs.

Original comment by ken...@kentonprice.com on 24 Apr 2014 at 1:37