MinimServer Forum
MinimServer stopped by Olive One App (Android) - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: MinimServer stopped by Olive One App (Android) (/showthread.php?tid=1848)

Pages: 1 2


MinimServer stopped by Olive One App (Android) - montelupo - 20-09-2014 17:05

I've installed and running MinimServer 0.8.2 update 42 on a Synology DS214plus (DSM 5.0-4493 Update 5).
It is working perfect when accessing using BubbleUpnP.
But when I access to MinimServer using the Olive One Andoid App (https://play.google.com/store/apps/details?id=com.olive.one&hl=de), the MinimServer stops after short time. It must then be started again.
I've atached a screenshot of the logfile displayed by the Sysnology package center. (Where can I find the logfile itself on the synology?)
Is this a problem of MinimServer or the Olive One App?


RE: MinimServer stopped by Olive One App (Android) - simoncn - 20-09-2014 17:45

(20-09-2014 17:05)montelupo Wrote:  I've installed and running MinimServer 0.8.2 update 42 on a Synology DS214plus (DSM 5.0-4493 Update 5).
It is working perfect when accessing using BubbleUpnP.
But when I access to MinimServer using the Olive One Andoid App (https://play.google.com/store/apps/details?id=com.olive.one&hl=de), the MinimServer stops after short time. It must then be started again.
I've atached a screenshot of the logfile displayed by the Sysnology package center. (Where can I find the logfile itself on the synology?)
Is this a problem of MinimServer or the Olive One App?

There is no attachment to your post. To add an attachment, you need to click the 'Add Attachment' button after you have selected the file to be attached.

After Minimserver has stopped and before you restart it, please copy the minimserver.log and minimserver-out.log files from the MinimServer/appData folder using File Station and attach them to a post here. This should provide more information about the cause of the problem.


RE: MinimServer stopped by Olive One App (Android) - montelupo - 21-09-2014 12:41

Ok. I've atached the two log files now. Hope it worked this time.


RE: MinimServer stopped by Olive One App (Android) - simoncn - 21-09-2014 14:58

(21-09-2014 12:41)montelupo Wrote:  Ok. I've atached the two log files now. Hope it worked this time.

Thanks for posting these files. The minimserver.log file shows some unusual nonstandard requests from the control point (GetStatisticFromDMS and BrowseArt). The minimserver-out.log file shows that MinimServer has crashed and there is more information about the crash in the file hs_err_pid9275.log. Could you post this file, please?


RE: MinimServer stopped by Olive One App (Android) - montelupo - 21-09-2014 17:45

Of course, here is the file.


RE: MinimServer stopped by Olive One App (Android) - rhoering - 21-09-2014 22:00

Simon,

I should check my dates. I also recently got an Olive One and started my battles with it.

Ron


RE: MinimServer stopped by Olive One App (Android) - simoncn - 21-09-2014 22:06

(21-09-2014 17:45)montelupo Wrote:  Of course, here is the file.

Thanks, this is very helpful. I am making some progress with debugging this from the files you sent. I'll post back when I have more information.


RE: MinimServer stopped by Olive One App (Android) - simoncn - 21-09-2014 22:11

(21-09-2014 22:00)rhoering Wrote:  Simon,

I should check my dates. I also recently got an Olive One and started my battles with it.

Ron

This problem looks quite similar to the crash in libc that you reported recently. In both cases, the ohNet function DvInvocationReadString is on the stack. I suspect there is a problem with the code in this function. Were you using the Olive ONE app when you saw the crash?


RE: MinimServer stopped by Olive One App (Android) - montelupo - 21-09-2014 22:26

Simon,
Yes. I was using the Olive One Android App when MinimServer Crashed.


RE: MinimServer stopped by Olive One App (Android) - simoncn - 22-09-2014 00:08

(21-09-2014 22:26)montelupo Wrote:  Simon,
Yes. I was using the Olive One Android App when MinimServer Crashed.

It looks like the Olive app has sent a UPnP search string to MinimServer in an incorrect format and MinimServer has crashed while trying to read it. I should be able to fix the crash and return an action error to the app instead of crashing. This is an improvement but the Olive app won't work properly until Olive fixes the incorrect format problem.

@rhoering: Were you using the Olive app when you saw the crash that you reported recently?

@montelupo: Can you reproduce this problem consistently? If so, I will send you a test fix so you can check whether it solves the crash problem.