Bug 1403605

Summary: djmount crushes
Product: [Fedora] Fedora Reporter: Eugene Saenko <caspar137>
Component: djmountAssignee: Jean-Francois Saucier <jsaucier>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: jsaucier
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-14 19:25:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Eugene Saenko 2016-12-11 20:34:28 UTC
Description of problem:
When i run command: djmount /mnt/av
contents of my dlna-server arrives in this folder. But if I try to play mediafile from it, /mnt/av becomes unreadable.

If I start djmount with -f switch I get in terminal:

[ses@ses-new ~]$ djmount -f /mnt/av
[I] Charset : successfully initialised charset='UTF-8'
[I] UPnP Initialized (192.168.1.22:49152)
[I] Add new device : Name='caspar-gate: minidlna' Id='uuid:4d696e69-444c-164e-9d41-fcaa1494ca6b' descURL='http://192.168.1.254:8200/rootDesc.xml'                                                                                                         
[E] Error in UpnpSendAction 'Browse' -- -506 (UPNP_E_OUTOF_BOUNDS)                                                           
[E] BrowseOrSearchAction ObjectId='2$8'                                                                                      
[E] Error in UpnpSendAction 'Browse' -- -506 (UPNP_E_OUTOF_BOUNDS)                                                           
[E] BrowseOrSearchAction ObjectId='2$8'
[E] Error in UpnpSendAction 'Browse' -- -506 (UPNP_E_OUTOF_BOUNDS)
[E] BrowseOrSearchAction ObjectId='2$8'
[E] Error in UpnpSendAction 'Browse' -- -506 (UPNP_E_OUTOF_BOUNDS)
[E] BrowseOrSearchAction ObjectId='2$8'
[E] Error in UpnpSendAction 'Browse' -- -506 (UPNP_E_OUTOF_BOUNDS)
[E] BrowseOrSearchAction ObjectId='2$8'
[E] Error in UpnpSendAction 'Browse' -- -506 (UPNP_E_OUTOF_BOUNDS)
[E] BrowseOrSearchAction ObjectId='2$8'
[E] Error in UpnpSendAction 'Browse' -- -506 (UPNP_E_OUTOF_BOUNDS)
[E] BrowseOrSearchAction ObjectId='2$8'
Ошибка сегментирования (core dumped)

(Ошибка сегментирования ==> Segmentation fault)


Version-Release number of selected component (if applicable):
djmount-0.71-12.fc24.x86_64.rpm

How reproducible:


Steps to Reproduce:
1. Create dir /mnt/av and set mode 777 on it.

2. Run command djmount /mnt/av

3. Browse contents of /mnt/av

Actual results:
4. Run mediaplayer (e.g. vlc) and try open mediafile from subdir of /mnt/av

5. Get message "VLC could not open the file ..." and contenta of /mnt/av became unreadable:
$ ls -l /mnt/av
ls: cannot access '/mnt/av': Transport endpoint is not connected



Expected results:
4. Run mediaplayer (e.g. vlc) and try open mediafile from subdir of /mnt/av

5. VLC playing mediafile



Additional info:

Comment 1 Eugene Saenko 2016-12-14 19:25:20 UTC

*** This bug has been marked as a duplicate of bug 1403606 ***