Unknown1User / ps3mediaserver

Automatically exported from code.google.com/p/ps3mediaserver
0 stars 0 forks source link

Crashes while scanning folders #1137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enable media library/cache
2. add directory to be shared
3. press the scan all folders button

What is the expected output? What do you see instead?
I expect it to successfully scan all the folders and add them to the media 
library cache. It crashes instead, once it it gets about 2/3 of the way through 
the scanning all the files (there is a lot, about 80GB of music, over 25k 
files).

What version of the product are you using? On what operating system?
1.30.1 on OS X 10.6.7

The crash logs is:

Process:         JavaApplicationStub [67576]
Path:            /Applications/PS3 Media 
Server.app/Contents/MacOS/JavaApplicationStub
Identifier:      com.apple.javajdk16.PS3 Media Server
Version:         1.30.1 (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [151]

PlugIn Path:       
/var/folders/56/56P5wRijFHuJJYjmLXwS6++++TI/-Tmp-/jna1618975079419589648.tmp
PlugIn Identifier: jna1618975079419589648.tmp
PlugIn Version:    3.2.1 (compatibility 3.0.0)

Date/Time:       2011-07-15 16:18:34.830 +0100
OS Version:      Mac OS X 10.6.7 (10J869)
Report Version:  6

Interval Since Last Report:          3612557 sec
Crashes Since Last Report:           53
Per-App Interval Since Last Report:  63528 sec
Per-App Crashes Since Last Report:   11
Anonymous UUID:                      A155F0D7-F78C-466C-92B8-278C2F136F55

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000014081f000
Crashed Thread:  29  Java: Thread-17

Application Specific Information:

Java information:
 Exception type: Bus Error (0xa) at pc=11bfcfc35

 Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02-334 mixed mode macosx-amd64)

Current thread (10618d000):  JavaThread "Thread-17" [_thread_in_native, 
id=1099038720, stack(140820000,141820000)]
Stack: [140820000,141820000]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sun.jna.Pointer._getString(JZ)Ljava/lang/String;+0
j  com.sun.jna.Pointer.getString(JZ)Ljava/lang/String;+7
j  com.sun.jna.Function.invokeString(I[Ljava/lang/Object;Z)Ljava/lang/String;+24
j  
com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Obj
ect;+557
j  
com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)
Ljava/lang/Object;+214
j  
com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[
Ljava/lang/Object;)Ljava/lang/Object;+341
j  net.pms.dlna.$Proxy0.Inform(Lcom/sun/jna/Pointer;)Lcom/sun/jna/WString;+16
j  net.pms.dlna.MediaInfo.Inform()Ljava/lang/String;+7
j  
net.pms.dlna.MediaInfoParser.parse(Lnet/pms/dlna/DLNAMediaInfo;Lnet/pms/dlna/Inp
utFile;I)V+41
j  
net.pms.configuration.FormatConfiguration.parse(Lnet/pms/dlna/DLNAMediaInfo;Lnet
/pms/dlna/InputFile;Lnet/pms/formats/Format;I)V+92
j  
net.pms.formats.Format.parse(Lnet/pms/dlna/DLNAMediaInfo;Lnet/pms/dlna/InputFile
;ILnet/pms/configuration/RendererConfiguration;)V+22
J  net.pms.dlna.RealFile.resolve()V
J  net.pms.dlna.DLNAResource.addChild(Lnet/pms/dlna/DLNAResource;)V
J  net.pms.dlna.MapFile.manageFile(Ljava/io/File;)V
J  net.pms.dlna.MapFile.analyzeChildren(I)Z
J  net.pms.dlna.RootFolder.scan(Lnet/pms/dlna/DLNAResource;)V
j  net.pms.dlna.RootFolder.scan(Lnet/pms/dlna/DLNAResource;)V+200
j  net.pms.dlna.RootFolder.scan(Lnet/pms/dlna/DLNAResource;)V+200
j  net.pms.dlna.RootFolder.scan()V+25
j  net.pms.dlna.DLNAMediaDatabase.run()V+7
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

Original issue reported on code.google.com by nickbr...@gmail.com on 15 Jul 2011 at 3:27

GoogleCodeExporter commented 9 years ago
Running Ubuntu 12.04 32 bit and the app quits (crashes?) as soon as I press the 
Scan All Shared Folders button.  I don't even see a crash log generated, but 
then I might not know where to be looking...

Original comment by jim.fent...@gmail.com on 19 May 2012 at 2:02