Actions
Bug #3245
open[NdnCon] segfault after adding two threads with same names to an audio stream
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
10/07/2015
Due date:
% Done:
0%
Estimated time:
Description
NdnCon v0.6.7, on OSX 10.11
Steps to reproduce:
- launch ndncon application
- click Settings button
- in Preferences dialog, click Advanced tab, click "Media streams" in left navigation
- inside "Stream: mic" framebox, click (x) button on each "Thread: .." framebox
- click "Add thread" button twice
- in "Thread: mic-2" framebox "Thread name:" textbox, enter
mic-1
so that it's same as the other "Thread name:" textbox - close Preferences dialog
- on ndncon main window, check "Audio-only filter", uncheck "Video-only filter", click "Start publishing"
- wait 10 seconds
Actual: ndncon crashes
Expected: no such crash; if duplicate thread name is disallowed, display an error and refuse to save preferences
Files
Updated by Junxiao Shi over 9 years ago
Crash report is attached.
Updated by Junxiao Shi over 9 years ago
I can't confirm whether the crash needs to be trigged by a remote consumer fetching from the audio stream, but I guess not because ndndump
doesn't show any Interest delivered with my publishing prefix.
Actions