jhgorse / onevideo

Connected Collaboration: Peer-to-peer video conferencing
GNU Lesser General Public License v2.1
4 stars 0 forks source link

Linux cannot run more than one gui at a time #26

Open jhgorse opened 8 years ago

jhgorse commented 8 years ago

Launching the first gui as:

jhg@omega:~/gst/master/onevideo$ ./debug-one-video-gui.sh -i lo -p 6000 -d test

Second fails with:

jhg@omega:~/gst/master/onevideo$ ./debug-one-video-gui.sh -i lo -p 7000 -d test
Reading symbols from /home/jhg/gst/master/onevideo/gui/.libs/lt-one-video-gui...done.
(gdb) r
Starting program: /home/jhg/gst/master/onevideo/gui/.libs/lt-one-video-gui -i lo -p 7000 -d test
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
... snip...
Xlib threading initialized
[LWP 26867 exited]
[Inferior 1 (process 26867) exited normally]
Missing separate debuginfos, use: dnf debuginfo-install expat-2.1.1-1.fc22.x86_64 pcre-8.38-4.fc22.x86_64
(gdb)