View Issue Details

IDProjectCategoryView StatusLast Update
0000377Cinelerra-GGBugpublic2020-09-05 00:37
Reporterv4t Assigned Togoodguy  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
OSManjaroOS Versionlatest 
Summary0000377: I wanted to digitize USB capture device. Unfortunately I see no picture but hear the sound
DescriptionI wanted to digitize old Video8 / Hi8 tapes with a USB capture device. Unfortunately I see no picture but hear the sound. I use the same settings as the VLC player so it works fine. I also did a video tutorial on how I went about it. The link:
https://www.youtube.com/watch?v=PbALxaVAM2I
TagsNo tags attached.
Attached Files
Screenshot_qv4l2.png (733,666 bytes)

Activities

PhyllisSmith

2020-02-12 01:24

manager   ~0002801

Watched your video and GG set up a test case here (V4l2 Mpeg svideo) which worked -- we see video and hear audio. He checked your settings and they look correct and are what is expected. He thinks that the audio you hear may be from Alsa. We used it with NTSC as we have never debugged with PAL since we have no way to test that here in the United States. Start the program from a command line terminal and watch the log messages. Sometimes this helps.

Andrew-R

2020-02-12 05:02

reporter   ~0002803

Interesting.. is there possibility this usbtv device actually sends *uncompressed* (yuv)) stream via usb? In this case I think v4l2 capture method should NOT be set to v4l2 mpeg - because this implies device sends TS stream over usb .....

Can you try mplayer/mpv (?) and see what they logs to terminal?

https://linuxtv.org/wiki/index.php/Easycap - if it was one of .. those ..... you are lucky it worked at all :}

v4t

2020-02-18 18:17

reporter   ~0002815

Sorry I'm reporting so late. I got an unexpected visit until yesterday.
Error Log in Terminal:
DeviceV4L2Base::v4l2_open pixels="YUYV"; res=""
DeviceV4L2Base::v4l2_open MPEG Treiber und best_format nicht MPEG (YUYV)
DeviceV4L2Base::open_dev failed
DeviceV4L2Base::open_dev: adaptor open failed
DeviceV4L2Base::v4l2_open pixels="YUYV"; res=""
DeviceV4L2Base::v4l2_open MPEG Treiber und best_format nicht MPEG (YUYV)
DeviceV4L2Base::open_dev failed

v4t

2020-02-18 18:34

reporter   ~0002816

@ Andrew-R
lsusb says: Bus 003 Device 005: ID 1b71:3002 Fushicai USBTV007 Video Grabber [EasyCAP]

v4t

2020-02-18 18:38

reporter   ~0002817

@ Andrew-R
Playing tv://.
TV file format detected.
Selected driver: v4l2
 name: Video 4 Linux 2 input
 author: Martin Olschewski <olschewski@zpr.uni-koeln.de>
 comment: first try, more to come ;-)
Selected device: usbtv
 Capabilities: video capture read/write streaming
 supported norms: 0 = NTSC; 1 = NTSC-M; 2 = NTSC-M-JP; 3 = NTSC-M-KR; 4 = NTSC-443; 5 = PAL; 6 = PAL-BG; 7 = PAL-H; 8 = PAL-I; 9 = PAL-DK; 10 = PAL-M; 11 = PAL-60; 12 = SECAM; 13 = SECAM-B; 14 = SECAM-G; 15 = SECAM-H; 16 = SECAM-DK; 17 = SECAM-L; 18 = SECAM-Lc;
 inputs: 0 = Composite; 1 = S-Video;
 Current input: 0
 Current format: YUYV
Selected input hasn't got a tuner!
v4l2: ioctl set mute failed: Invalid argument
==========================================================================
Opening video decoder: [raw] RAW Uncompressed Video
Movie-Aspect is undefined - no prescaling applied.
VO: [vdpau] 720x576 => 720x576 Packed YUY2
Selected video codec: [rawyuy2] vfm: raw (RAW YUY2)
==========================================================================
Audio: no sound

Andrew-R

2020-02-19 06:25

reporter   ~0002820

Hm, I think this confirms device send raw YUY2 data, and not pre-compressed MPEG/JPEG stream. Try to set input driver to just "YUYV webcam" ?

v4t

2020-02-19 18:49

reporter   ~0002821

DeviceV4L2Base::v4l2_open set geom 720x480 != 720x576 best_geom
DeviceV4L2Base::open_dev failed
DeviceV4L2Base::open_dev: adaptor open failed
DeviceV4L2Base::v4l2_open pixels="YUYV"; res=""
v4l2 s_fmt 720x576 YUYV

I do not understand dev: adaptor open failed
Screenshot_YUYV.png (528,896 bytes)

Andrew-R

2020-02-19 20:21

reporter   ~0002822

> do not understand dev: adaptor open failed


I think this comes from https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=blob;f=cinelerra-5.1/cinelerra/devicev4l2base.C;h=9e3fd129ac023ff88c2792009b0798abfc01be59;hb=HEAD

 451 iwidth = v4l2_params.fmt.pix.width;
 452 iheight = v4l2_params.fmt.pix.height;
 453 if( iwidth != best_width || iheight != best_height )
 454 {
 455 printf("DeviceV4L2Base::v4l2_open set geom %dx%d != %dx%d best_geom\n",
 456 iwidth, iheight, best_width, best_height);
 457 return 1;
 458 }

I guess I tries to set NTSC framesize anyway, even if capture resolution was set to PAL (720x576) ?

MatN

2020-02-20 22:17

reporter   ~0002823

I have exactly the same video grabber. And dusted off an old VHS recorder. With that:
- VLC capture works (but no sound, could be a settings).

- ffplay /dev/video0 works, again with no sound. It reports:
Input #0, video4linux2,v4l2, from '/dev/video0':B sq= 0B f=0/0
  Duration: N/A, start: 9079.978687, bitrate: 165888 kb/s
    Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 720x576, 165888 kb/s, 25 fps, 25 tbr, 1000k tbn, 1000k tbc

- cin recording starts, then some crashy noise from the speakers, then CinGG crashes. Dump file attached. The following info on the terminal from which CinGG was started:
Cinelerra Infinity - built: Jan 31 2020 11:52:19
git://git.cinelerra-gg.org/goodguy/cinelerra.git
(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams
2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy
Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.

DeviceV4L2Base::v4l2_open pixels="YUYV"; res=""
v4l2 s_fmt 720x576 YUYV
** segv at 0x55f3a05722d8 in pid 6995, tid 7070
writing debug data to /tmp/cinelerra_6995.dmp
lock_items: 25
lock_frees: 4
AudioALSA::write_buffer err -32(Broken pipe) at sample 4096
** dump complete
Segmentation fault (core dumped)

I did set the following in CinGG:
Preferences->recording: format 720x756 PAL, frame rate 50. Left audio driver at default, should have been usbtv which was in the dropdown list.

Repeating the exercise with the usbtv audio driver gives the same error as 4vt.

Hope this helps.
cinelerra_6995.dmp (76,474 bytes)   
** segv at 0x55f3a05722d8 in pid 6995, tid 7070
created on Thu Feb 20 21:53:41 2020
        by 1000:1000 mat(mat,,,)

OS:
NAME="Linux Mint"
VERSION="19.2 (Tina)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 19.2"
VERSION_ID="19.2"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=tina
UBUNTU_CODENAME=bionic

CPUS: 6

CPUINFO:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 16
model		: 10
model name	: AMD Phenom(tm) II X6 1090T Processor
stepping	: 0
microcode	: 0x10000dc
cpu MHz		: 802.629
cache size	: 512 KB
physical id	: 0
siblings	: 6
core id		: 0
cpu cores	: 6
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 6
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr cpb hw_pstate vmmcall npt lbrv svm_lock nrip_save pausefilter
bugs		: tlb_mmatch apic_c1e fxsave_leak sysret_ss_attrs null_seg amd_e400 spectre_v1 spectre_v2
bogomips	: 6421.44
TLB size	: 1024 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate cpb

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 16
model		: 10

THREADS:
thread 0x7f35667fc700, owner 0x7f3590ff9700, 11VDeviceV4L2
thread 0x7f3566ffd700, owner 0x7f3590ff9700, 13DeviceV4L2Put
thread 0x7f35677fe700, owner 0x7f35c2ffd700, 15BC_WindowEvents
thread 0x7f3567fff700, owner 0x7f35c2ffd700, 11BC_Repeater
thread 0x7f3590ff9700, owner 0x7f35c2ffd700, 11RecordVideo
thread 0x7f35917fa700, owner 0x7f35c2ffd700, 11RecordAudio
thread 0x7f3591ffb700, owner 0x7f35c2ffd700, 11AudioThread
thread 0x7f3592ffd700, owner 0x7f35c17fa700, 15BC_WindowEvents
thread 0x7f35937fe700, owner 0x7f35c17fa700, 11BC_Repeater
thread 0x7f35c17fa700, owner 0x7f35c2ffd700, 13RecordMonitor
thread 0x7f35c1ffb700, owner 0x7f35c2ffd700, 19RecordMonitorThread
thread 0x7f3593fff700, owner 0x7f35c2ffd700, 12BC_Clipboard
thread 0x7f35c0ff9700, owner 0x7f35c2ffd700, 18RecordStatusThread
thread 0x7f35c27fc700, owner 0x7f35c2ffd700, 12BC_Clipboard
thread 0x7f35c2ffd700, owner 0x7f36112fa0c0, 6Record
thread 0x7f35c37fe700, owner 0x7f35e67f4700, 15BC_WindowEvents
thread 0x7f35c3fff700, owner 0x7f35e4ff1700, 15BC_WindowEvents
thread 0x7f35d4ff9700, owner 0x7f36112fa0c0, 15BC_WindowEvents
thread 0x7f35d57fa700, owner 0x7f35fdc9b700, 15BC_WindowEvents
thread 0x7f35d67fc700, owner 0x7f35e6ff5700, 15BC_WindowEvents
thread 0x7f35d5ffb700, owner 0x7f36112fa0c0, 11BC_Repeater
thread 0x7f35d6ffd700, owner 0x7f35e4ff1700, 11BC_Repeater
thread 0x7f35d77fe700, owner 0x7f35e67f4700, 11BC_Repeater
thread 0x7f35d7fff700, owner 0x7f36112fa0c0, 10Playback3D
thread 0x7f35e5ff3700, owner 0x7f35fdc9b700, 11BC_Repeater
thread 0x7f35e57f2700, owner 0x7f35e6ff5700, 11BC_Repeater
thread 0x7f35e4ff1700, owner 0x7f36112fa0c0, 7GWindow
thread 0x7f35e67f4700, owner 0x7f36112fa0c0, 11LevelWindow
thread 0x7f35e6ff5700, owner 0x7f36112fa0c0, 7CWindow
thread 0x7f35fdc9b700, owner 0x7f36112fa0c0, 7AWindow
thread 0x7f35e77f6700, owner 0x7f36112fa0c0, 12BC_Clipboard
thread 0x7f35e7ff7700, owner 0x7f36112fa0c0, 11MainIndexes
thread 0x7f35e87f8700, owner 0x7f36112fa0c0, 12BC_Clipboard
thread 0x7f35e8ff9700, owner 0x7f36112fa0c0, 11BC_Repeater
thread 0x7f35e97fa700, owner 0x7f36112fa0c0, 7SWindow
thread 0x7f35e9ffb700, owner 0x7f36112fa0c0, 11ChannelInfo
thread 0x7f35ea7fc700, owner 0x7f36112fa0c0, 18RecordCutAdsStatus
thread 0x7f35eaffd700, owner 0x7f36112fa0c0, 13RecordChannel
thread 0x7f35eb7fe700, owner 0x7f35f4ff9700, 15BC_WindowEvents
thread 0x7f35ebfff700, owner 0x7f35f4ff9700, 11BC_Repeater
thread 0x7f35f4ff9700, owner 0x7f36112fa0c0, 13RemoteControl
thread 0x7f35f57fa700, owner 0x7f36112fa0c0, 12BC_Clipboard
thread 0x7f35f5ffb700, owner 0x7f36112fa0c0, 14ResourceThread
thread 0x7f35f67fc700, owner 0x7f36112fa0c0, 12BC_Clipboard
thread 0x7f35f6ffd700, owner 0x7f36112fa0c0, 9CPlayback
thread 0x7f35f77fe700, owner 0x7f36112fa0c0, 11CWindowTool
thread 0x7f35f7fff700, owner 0x7f36112fa0c0, 12BC_Clipboard
thread 0x7f35fc85a700, owner 0x7f36112fa0c0, 16AssetVIconThread
thread 0x7f35fd05b700, owner 0x7f36112fa0c0, 12BC_Clipboard

TRACES:

LOCKS:
signal_entry: lock table size=29
    0x55f3a7826c70 CWindowTool::input_lock, CWindowTool::run 0x7f35f77fe700
    0x55f3a785d240 PlaybackEngine::output_lock, PlaybackEngine::run 0x7f35f6ffd700
    0x55f3a7d67c20 RecordCutAdsStatus::wait_lock, RecordCutAdsStatus::run 0x7f35ea7fc700
    0x55f3a7d59b10 RecordSetChannel::change_channel, (null) 0x7f35eaffd700
    0x55f3a7ebb880 ChannelInfo::scan_lock, (null) 0x7f35e9ffb700
    0x55f3a7ebced0 SWindow::swin_lock, (null) 0x7f35e97fa700
    0x55f3a80ebd20 MainIndexes::input_lock, MainIndexes::run 1 0x7f35e7ff7700
    0x55f3a7b57390 ResourceThread::draw_lock, ResourceThread::run 0x7f35f5ffb700
    0x55f3a5dad680 MWindow::run_lock, MWindow::run 0x7f36112fa0c0 *
    0x55f3a5db0370 BC_Synchronous::next_command, BC_Synchronous::run 0x7f35d7fff700
    0x55f3a711bb20 VIconThread::draw_lock, VIconThread::run 0 0x7f35fc85a700
    0x55f3a7ebdb50 BC_Repeater::pause_lock, BC_Repeater::run 0x7f35e8ff9700 0x7f36112fa0c0
    0x55f3a764c940 BC_WindowBase::event_condition, BC_WindowBase::get_event 0x7f35e6ff5700
    0x55f3a6f6f910 BC_WindowBase::event_condition, BC_WindowBase::get_event 0x7f35fdc9b700
    0x55f3a7ec3c50 BC_WindowBase::event_condition, BC_WindowBase::get_event 0x7f35e67f4700
    0x55f3a80f0aa0 BC_WindowBase::event_condition, BC_WindowBase::get_event 0x7f35e4ff1700
    0x55f3a79443e0 BC_WindowBase::event_condition, BC_WindowBase::get_event 0x7f36112fa0c0
    0x7f35a0579750 RecordMonitor::output_lock, RecordMonitorThread::run 0x7f35c1ffb700 0x7f35c2ffd700
    0x7f35a0146990 BC_WindowBase::event_condition, BC_WindowBase::get_event 0x7f35c17fa700
    0x55f3a7b579f0 BC_WindowBase::event_condition, BC_WindowBase::get_event 0x7f35f4ff9700
    0x7f35a05826f0 AudioDevice::polling_lock, AudioDevice::read_buffer 0x7f35917fa700
    0x7f35a0222f00 RecordStatusThread::input_lock, RecordStatusThread::run 0x7f35c0ff9700
    0x7f35a0371b40 BC_WindowBase::event_condition, BC_WindowBase::get_event 0x7f35c2ffd700
    0x7f358404a900 DeviceV4L2Put::buffer_lock, DeviceV4L2Put::run 0x7f3566ffd700
    0x7f35a058e800 DeviceV4L2Base::qbfrs_lock, DeviceV4L2Base::run 0x7f35667fc700 *

BUFFERS:

SHMMEM:
shmall = 18446744073692774399
shmmax = 2147483647
shmmni = 16384
shmused = 654868 (3 items)
shmother = 21745600 (23 items)

MAIN HOOK:

EDL:
EDL
  clip_title: Program
  parent_edl: (nil)
  selectionstart 2.302300
  selectionend 2.302300
  loop_start 0.000000
  loop_end 0.000000
  pane 0 view_start=0 track_start=0
  pane 1 view_start=0 track_start=0
  pane 2 view_start=0 track_start=0
  pane 3 view_start=0 track_start=0
audio_channels: 2 audio_tracks: 2 sample_rate: 48000
  video_channels: 1
  video_tracks: 1
  frame_rate: 29.97
  frames_per_foot: 16.00
  output_w: 640
  output_h: 480
  aspect_w: 4.000000
  aspect_h: 3.000000
  color_model: 14
 CLIPS  total: 0
 NESTED_EDLS  total: 0
 VWINDOW EDLS  total: 0
 ASSETS
 LABELS
 TRACKS
  Track: 0x55f3a6f5ba50
   Data type 1, draw 1, gang 1, play 1, record 1, nudge 0, masks 0x00ff
   Title Video 1
   Edits:
   Automation: 0x55f3a6f79f10
    MUTEAUTOS 0x55f3a6f64bb0
    CAMERA_X 0x55f3a6f54410
    CAMERA_Y 0x55f3a6f525b0
    CAMERA_Z 0x55f3a6f71a70
    PROJECTOR_X 0x55f3a6f561f0
    PROJECTOR_Y 0x55f3a6f72190
    PROJECTOR_Z 0x55f3a6f57480
    FADEAUTOS 0x55f3a6f6e580
    MODEAUTOS 0x55f3a6f652f0
    MASKAUTOS 0x55f3a6f6f4e0
	MaskAutos::dump 0x55f3a6f6f4e0
	Default: position 0 submasks 8
mask_auto:  apply_before_plugins 0, disable_opengl_masking 0
    submask 0:
    submask 1:
    submask 2:
    submask 3:
    submask 4:
    submask 5:
    submask 6:
    submask 7:
    SPEEDAUTOS 0x55f3a6f6c840
   Plugin Sets: 0

  Track: 0x55f3a6fabe10
   Data type 0, draw 1, gang 1, play 1, record 1, nudge 0, masks 0x00ff
   Title Audio 1
   Edits:
   Automation: 0x55f3a5de6cb0
    MUTEAUTOS 0x55f3a6f7ed40
    FADEAUTOS 0x55f3a6f76130
    PANAUTOS 0x55f3a6f74840
    SPEEDAUTOS 0x55f3a6f79fb0
   Plugin Sets: 0

  Track: 0x55f3a6f9f130
   Data type 0, draw 1, gang 1, play 1, record 1, nudge 0, masks 0x00ff
   Title Audio 2
   Edits:
   Automation: 0x55f3a6f4e7d0
    MUTEAUTOS 0x55f3a6f7d560
    FADEAUTOS 0x55f3a6f52940
    PANAUTOS 0x55f3a6f86500
    SPEEDAUTOS 0x55f3a6f807f0
   Plugin Sets: 0


UNDO:
UndoStack::dump

EXE: built: Jan 31 2020 11:52:19
path: /usr/bin/cin =  66851960 bytes
mtime: 2020-01-31 19:53:48


VERSION:
Linux version 4.15.0-88-generic (buildd@lgw01-amd64-036) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020

MEMINFO:
MemTotal:       16165888 kB
MemFree:        14429076 kB
MemAvailable:   15258772 kB
Buffers:           75508 kB
Cached:           979220 kB
SwapCached:            0 kB
Active:          1156656 kB
Inactive:         361320 kB
Active(anon):     464300 kB
Inactive(anon):     5072 kB
Active(file):     692356 kB
Inactive(file):   356248 kB
Unevictable:          96 kB
Mlocked:              96 kB
SwapTotal:       2097148 kB
SwapFree:        2097148 kB
Dirty:                16 kB
Writeback:             0 kB
AnonPages:        463280 kB
Mapped:           171500 kB
Shmem:              6124 kB
Slab:             108132 kB
SReclaimable:      64816 kB
SUnreclaim:        43316 kB
KernelStack:        6788 kB
PageTables:        26840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    10180092 kB
Committed_AS:    2629540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      186880 kB
DirectMap2M:     3743744 kB
DirectMap1G:    12582912 kB

STATUS:
Name:	cin
Umask:	0002
State:	S (sleeping)
Tgid:	6995
Ngid:	0
Pid:	6995
PPid:	6898
TracerPid:	0
Uid:	1000	1000	1000	1000
Gid:	1000	1000	1000	1000
FDSize:	256
Groups:	4 24 27 29 30 44 46 112 120 128 1000 1003 
NStgid:	6995
NSpid:	6995
NSpgid:	6995
NSsid:	6898
VmPeak:	 2889656 kB
VmSize:	 2889652 kB
VmLck:	       0 kB
VmPin:	       0 kB
VmHWM:	  132256 kB
VmRSS:	  121328 kB
RssAnon:	   65284 kB
RssFile:	   55528 kB
RssShmem:	     516 kB
VmData:	  526184 kB
VmStk:	     132 kB
VmExe:	   56156 kB
VmLib:	  114032 kB
VmPTE:	    1144 kB
VmSwap:	       0 kB
HugetlbPages:	       0 kB
CoreDumping:	0
Threads:	53
SigQ:	0/62632
SigPnd:	0000000000000000
ShdPnd:	0000000000000000
SigBlk:	0000000000000000
SigIgn:	0000000000000000
SigCgt:	0000000180005885
CapInh:	0000000000000000
CapPrm:	0000000000000000
CapEff:	0000000000000000
CapBnd:	0000003fffffffff
CapAmb:	0000000000000000
NoNewPrivs:	0
Seccomp:	0
Speculation_Store_Bypass:	not vulnerable
Cpus_allowed:	ff
Cpus_allowed_list:	0-7
Mems_allowed:	00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000001
Mems_allowed_list:	0
voluntary_ctxt_switches:	17275
nonvoluntary_ctxt_switches:	120

FD:
.	d	size 0
..	d	size 0
0	c	size 0	-> /dev/pts/0	pos: 0
1	c	size 0	-> /dev/pts/0	pos: 0
2	c	size 0	-> /dev/pts/0	pos: 0
3	s	size 0	-> socket:[147326]	pos: 0
4	s	size 0	-> socket:[149894]	pos: 0
5	c	size 0	-> /dev/dri/renderD128	pos: 0
6	c	size 0	-> /dev/dri/renderD128	pos: 0
7	c	size 0	-> /dev/dri/renderD128	pos: 0
8	s	size 0	-> socket:[149895]	pos: 0
9	s	size 0	-> socket:[149896]	pos: 0
10	c	size 0	-> /dev/dri/renderD128	pos: 0
11	c	size 0	-> /dev/dri/renderD128	pos: 0
12	s	size 0	-> socket:[147327]	pos: 0
13	s	size 0	-> socket:[147328]	pos: 0
14	s	size 0	-> socket:[148997]	pos: 0
15	c	size 0	-> /dev/dri/renderD128	pos: 0
16	c	size 0	-> /dev/dri/renderD128	pos: 0
17	s	size 0	-> socket:[148998]	pos: 0
18	s	size 0	-> socket:[148999]	pos: 0
19	s	size 0	-> socket:[149000]	pos: 0
20	c	size 0	-> /dev/dri/renderD128	pos: 0
21	c	size 0	-> /dev/dri/renderD128	pos: 0
22	s	size 0	-> socket:[147945]	pos: 0
23	s	size 0	-> socket:[147946]	pos: 0
24	s	size 0	-> socket:[147947]	pos: 0
25	c	size 0	-> /dev/dri/renderD128	pos: 0
26	c	size 0	-> /dev/dri/renderD128	pos: 0
27	s	size 0	-> socket:[147948]	pos: 0
28	s	size 0	-> socket:[147949]	pos: 0
29	s	size 0	-> socket:[147950]	pos: 0
30	c	size 0	-> /dev/dri/renderD128	pos: 0
31	c	size 0	-> /dev/dri/renderD128	pos: 0
32	s	size 0	-> socket:[147951]	pos: 0
33	s	size 0	-> socket:[146310]	pos: 0
34	s	size 0	-> socket:[146311]	pos: 0
35	c	size 0	-> /dev/dri/renderD128	pos: 0
36	c	size 0	-> /dev/dri/renderD128	pos: 0
37	s	size 0	-> socket:[149719]	pos: 0
38	s	size 0	-> socket:[149720]	pos: 0
39	s	size 0	-> socket:[149897]	pos: 0
40	c	size 0	-> /dev/dri/renderD128	pos: 0
41	c	size 0	-> /dev/dri/renderD128	pos: 0
42	s	size 0	-> socket:[149898]	pos: 0
43	s	size 0	-> socket:[149899]	pos: 0
44	f	size 0	-> pipe:[149900]	pos: 0
45	f	size 0	-> pipe:[149900]	pos: 0
46	f	size 0	-> pipe:[149901]	pos: 0
47	f	size 0	-> pipe:[149901]	pos: 0
48	size 0	-> anon_inode:[eventfd]	pos: 0
49	s	size 0	-> socket:[149904]	pos: 0
50	size 0	-> anon_inode:[eventfd]	pos: 0
51	c	size 0	-> /dev/video0	pos: 0
52	 	size 12288	-> /tmp/cinelerra_6995.dmp	pos: 12288
53	d	size 0	-> /proc/6995/fd	pos: 258

MAPS:
55f39fa38000-55f3a310f000 r-xp 00000000 08:09 1706238                    /usr/bin/cin
55f3a330e000-55f3a3481000 r-xp 036d6000 08:09 1706238                    /usr/bin/cin
55f3a3481000-55f3a3bf9000 rwxp 03849000 08:09 1706238                    /usr/bin/cin
55f3a3bf9000-55f3a45f2000 rwxp 00000000 00:00 0 
55f3a5c9c000-55f3a8c1f000 rwxp 00000000 00:00 0                          [heap]
7f3565ffc000-7f3565ffd000 ---p 00000000 00:00 0 
7f3565ffd000-7f35667fd000 rwxp 00000000 00:00 0 
7f35667fd000-7f35667fe000 ---p 00000000 00:00 0 
7f35667fe000-7f3566ffe000 rwxp 00000000 00:00 0 
7f3566ffe000-7f3566fff000 ---p 00000000 00:00 0 
7f3566fff000-7f35677ff000 rwxp 00000000 00:00 0 
7f35677ff000-7f3567800000 ---p 00000000 00:00 0 
7f3567800000-7f3568000000 rwxp 00000000 00:00 0 
7f3568000000-7f356c000000 rwxs 00000000 00:05 153034                     /memfd:pulseaudio (deleted)
7f356c000000-7f3570000000 rwxs 00000000 00:05 28427                      /memfd:pulseaudio (deleted)
7f3570000000-7f3574000000 rwxs 00000000 00:05 149903                     /memfd:pulseaudio (deleted)
7f3574000000-7f3578000000 rwxs 00000000 00:05 149903                     /memfd:pulseaudio (deleted)
7f3578000000-7f3578021000 rwxp 00000000 00:00 0 
7f3578021000-7f357c000000 ---p 00000000 00:00 0 
7f357c000000-7f357c021000 rwxp 00000000 00:00 0 
7f357c021000-7f3580000000 ---p 00000000 00:00 0 
7f3580000000-7f3580021000 rwxp 00000000 00:00 0 
7f3580021000-7f3584000000 ---p 00000000 00:00 0 
7f3584000000-7f35842f7000 rwxp 00000000 00:00 0 
7f35842f7000-7f3588000000 ---p 00000000 00:00 0 
7f3588000000-7f3588021000 rwxp 00000000 00:00 0 
7f3588021000-7f358c000000 ---p 00000000 00:00 0 
7f358c000000-7f358c33c000 rwxp 00000000 00:00 0 
7f358c33c000-7f3590000000 ---p 00000000 00:00 0 
7f35907f9000-7f35907fa000 ---p 00000000 00:00 0 
7f35907fa000-7f3590ffa000 rwxp 00000000 00:00 0 
7f3590ffa000-7f3590ffb000 ---p 00000000 00:00 0 
7f3590ffb000-7f35917fb000 rwxp 00000000 00:00 0 
7f35917fb000-7f35917fc000 ---p 00000000 00:00 0 
7f35917fc000-7f3591ffc000 rwxp 00000000 00:00 0 
7f3591ffc000-7f3591ffd000 ---p 00000000 00:00 0 
7f3591ffd000-7f35927fd000 rwxp 00000000 00:00 0 
7f35927fd000-7f35927fe000 ---p 00000000 00:00 0 
7f35927fe000-7f3592ffe000 rwxp 00000000 00:00 0 
7f3592ffe000-7f3592fff000 ---p 00000000 00:00 0 
7f3592fff000-7f35937ff000 rwxp 00000000 00:00 0 
7f35937ff000-7f3593800000 ---p 00000000 00:00 0 
7f3593800000-7f3594000000 rwxp 00000000 00:00 0 
7f3594000000-7f3594021000 rwxp 00000000 00:00 0 
7f3594021000-7f3598000000 ---p 00000000 00:00 0 
7f3598000000-7f3598021000 rwxp 00000000 00:00 0 
7f3598021000-7f359c000000 ---p 00000000 00:00 0 
7f359c000000-7f359c021000 rwxp 00000000 00:00 0 
7f359c021000-7f35a0000000 ---p 00000000 00:00 0 
7f35a0000000-7f35a0e24000 rwxp 00000000 00:00 0 
7f35a0e24000-7f35a4000000 ---p 00000000 00:00 0 
7f35a4000000-7f35a4021000 rwxp 00000000 00:00 0 
7f35a4021000-7f35a8000000 ---p 00000000 00:00 0 
7f35a8000000-7f35a8021000 rwxp 00000000 00:00 0 
7f35a8021000-7f35ac000000 ---p 00000000 00:00 0 
7f35ac000000-7f35ac021000 rwxp 00000000 00:00 0 
7f35ac021000-7f35b0000000 ---p 00000000 00:00 0 
7f35b0000000-7f35b0021000 rwxp 00000000 00:00 0 
7f35b0021000-7f35b4000000 ---p 00000000 00:00 0 
7f35b4000000-7f35b4021000 rwxp 00000000 00:00 0 
7f35b4021000-7f35b8000000 ---p 00000000 00:00 0 
7f35b8000000-7f35b8021000 rwxp 00000000 00:00 0 
7f35b8021000-7f35bc000000 ---p 00000000 00:00 0 
7f35bc000000-7f35bc021000 rwxp 00000000 00:00 0 
7f35bc021000-7f35c0000000 ---p 00000000 00:00 0 
7f35c07f9000-7f35c07fa000 ---p 00000000 00:00 0 
7f35c07fa000-7f35c0ffa000 rwxp 00000000 00:00 0 
7f35c0ffa000-7f35c0ffb000 ---p 00000000 00:00 0 
7f35c0ffb000-7f35c17fb000 rwxp 00000000 00:00 0 
7f35c17fb000-7f35c17fc000 ---p 00000000 00:00 0 
7f35c17fc000-7f35c1ffc000 rwxp 00000000 00:00 0 
7f35c1ffc000-7f35c1ffd000 ---p 00000000 00:00 0 
7f35c1ffd000-7f35c27fd000 rwxp 00000000 00:00 0 
7f35c27fd000-7f35c27fe000 ---p 00000000 00:00 0 
7f35c27fe000-7f35c2ffe000 rwxp 00000000 00:00 0 
7f35c2ffe000-7f35c2fff000 ---p 00000000 00:00 0 
7f35c2fff000-7f35c37ff000 rwxp 00000000 00:00 0 
7f35c37ff000-7f35c3800000 ---p 00000000 00:00 0 
7f35c3800000-7f35c4000000 rwxp 00000000 00:00 0 
7f35c4000000-7f35c4021000 rwxp 00000000 00:00 0 
7f35c4021000-7f35c8000000 ---p 00000000 00:00 0 
7f35c8000000-7f35c8021000 rwxp 00000000 00:00 0 
7f35c8021000-7f35cc000000 ---p 00000000 00:00 0 
7f35cc000000-7f35cc021000 rwxp 00000000 00:00 0 
7f35cc021000-7f35d0000000 ---p 00000000 00:00 0 
7f35d0000000-7f35d0021000 rwxp 00000000 00:00 0 
7f35d0021000-7f35d4000000 ---p 00000000 00:00 0 
7f35d47f9000-7f35d47fa000 ---p 00000000 00:00 0 
7f35d47fa000-7f35d4ffa000 rwxp 00000000 00:00 0 
7f35d4ffa000-7f35d4ffb000 ---p 00000000 00:00 0 
7f35d4ffb000-7f35d57fb000 rwxp 00000000 00:00 0 
7f35d57fb000-7f35d57fc000 ---p 00000000 00:00 0 
7f35d57fc000-7f35d5ffc000 rwxp 00000000 00:00 0 
7f35d5ffc000-7f35d5ffd000 ---p 00000000 00:00 0 
7f35d5ffd000-7f35d67fd000 rwxp 00000000 00:00 0 
7f35d67fd000-7f35d67fe000 ---p 00000000 00:00 0 
7f35d67fe000-7f35d6ffe000 rwxp 00000000 00:00 0 
7f35d6ffe000-7f35d6fff000 ---p 00000000 00:00 0 
7f35d6fff000-7f35d77ff000 rwxp 00000000 00:00 0 
7f35d77ff000-7f35d7800000 ---p 00000000 00:00 0 
7f35d7800000-7f35d8000000 rwxp 00000000 00:00 0 
7f35d8000000-7f35d8021000 rwxp 00000000 00:00 0 
7f35d8021000-7f35dc000000 ---p 00000000 00:00 0 
7f35dc000000-7f35dc021000 rwxp 00000000 00:00 0 
7f35dc021000-7f35e0000000 ---p 00000000 00:00 0 
7f35e0000000-7f35e0021000 rwxp 00000000 00:00 0 
7f35e0021000-7f35e4000000 ---p 00000000 00:00 0 
7f35e47f1000-7f35e47f2000 ---p 00000000 00:00 0 
7f35e47f2000-7f35e4ff2000 rwxp 00000000 00:00 0 
7f35e4ff2000-7f35e4ff3000 ---p 00000000 00:00 0 
7f35e4ff3000-7f35e57f3000 rwxp 00000000 00:00 0 
7f35e57f3000-7f35e57f4000 ---p 00000000 00:00 0 
7f35e57f4000-7f35e5ff4000 rwxp 00000000 00:00 0 
7f35e5ff4000-7f35e5ff5000 ---p 00000000 00:00 0 
7f35e5ff5000-7f35e67f5000 rwxp 00000000 00:00 0 
7f35e67f5000-7f35e67f6000 ---p 00000000 00:00 0 
7f35e67f6000-7f35e6ff6000 rwxp 00000000 00:00 0 
7f35e6ff6000-7f35e6ff7000 ---p 00000000 00:00 0 
7f35e6ff7000-7f35e77f7000 rwxp 00000000 00:00 0 
7f35e77f7000-7f35e77f8000 ---p 00000000 00:00 0 
7f35e77f8000-7f35e7ff8000 rwxp 00000000 00:00 0 
7f35e7ff8000-7f35e7ff9000 ---p 00000000 00:00 0 
7f35e7ff9000-7f35e87f9000 rwxp 00000000 00:00 0 
7f35e87f9000-7f35e87fa000 ---p 00000000 00:00 0 
7f35e87fa000-7f35e8ffa000 rwxp 00000000 00:00 0 
7f35e8ffa000-7f35e8ffb000 ---p 00000000 00:00 0 
7f35e8ffb000-7f35e97fb000 rwxp 00000000 00:00 0 
7f35e97fb000-7f35e97fc000 ---p 00000000 00:00 0 
7f35e97fc000-7f35e9ffc000 rwxp 00000000 00:00 0 
7f35e9ffc000-7f35e9ffd000 ---p 00000000 00:00 0 
7f35e9ffd000-7f35ea7fd000 rwxp 00000000 00:00 0 
7f35ea7fd000-7f35ea7fe000 ---p 00000000 00:00 0 
7f35ea7fe000-7f35eaffe000 rwxp 00000000 00:00 0 
7f35eaffe000-7f35eafff000 ---p 00000000 00:00 0 
7f35eafff000-7f35eb7ff000 rwxp 00000000 00:00 0 
7f35eb7ff000-7f35eb800000 ---p 00000000 00:00 0 
7f35eb800000-7f35ec000000 rwxp 00000000 00:00 0 
7f35ec000000-7f35ec021000 rwxp 00000000 00:00 0 
7f35ec021000-7f35f0000000 ---p 00000000 00:00 0 
7f35f0000000-7f35f0021000 rwxp 00000000 00:00 0 
7f35f0021000-7f35f4000000 ---p 00000000 00:00 0 
7f35f45f2000-7f35f45f8000 r-xp 00000000 08:09 1968872                    /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
7f35f45f8000-7f35f47f7000 ---p 00006000 08:09 1968872                    /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
7f35f47f7000-7f35f47f8000 r-xp 00005000 08:09 1968872                    /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
7f35f47f8000-7f35f47f9000 rwxp 00006000 08:09 1968872                    /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
7f35f47f9000-7f35f47fa000 ---p 00000000 00:00 0 
7f35f47fa000-7f35f4ffa000 rwxp 00000000 00:00 0 
7f35f4ffa000-7f35f4ffb000 ---p 00000000 00:00 0 
7f35f4ffb000-7f35f57fb000 rwxp 00000000 00:00 0 
7f35f57fb000-7f35f57fc000 ---p 00000000 00:00 0 
7f35f57fc000-7f35f5ffc000 rwxp 00000000 00:00 0 
7f35f5ffc000-7f35f5ffd000 ---p 00000000 00:00 0 
7f35f5ffd000-7f35f67fd000 rwxp 00000000 00:00 0 
7f35f67fd000-7f35f67fe000 ---p 00000000 00:00 0 
7f35f67fe000-7f35f6ffe000 rwxp 00000000 00:00 0 
7f35f6ffe000-7f35f6fff000 ---p 00000000 00:00 0 
7f35f6fff000-7f35f77ff000 rwxp 00000000 00:00 0 
7f35f77ff000-7f35f7800000 ---p 00000000 00:00 0 
7f35f7800000-7f35f8000000 rwxp 00000000 00:00 0 
7f35f8000000-7f35f8021000 rwxp 00000000 00:00 0 
7f35f8021000-7f35fc000000 ---p 00000000 00:00 0 
7f35fc05a000-7f35fc05b000 ---p 00000000 00:00 0 
7f35fc05b000-7f35fc85b000 rwxp 00000000 00:00 0 
7f35fc85b000-7f35fc85c000 ---p 00000000 00:00 0 
7f35fc85c000-7f35fd05c000 rwxp 00000000 00:00 0 
7f35fd05c000-7f35fd066000 r-xp 00000000 08:09 1788847                    /usr/lib/cin/plugins/themes/theme_unflat.plugin
7f35fd066000-7f35fd265000 ---p 0000a000 08:09 1788847                    /usr/lib/cin/plugins/themes/theme_unflat.plugin
7f35fd265000-7f35fd266000 r-xp 00009000 08:09 1788847                    /usr/lib/cin/plugins/themes/theme_unflat.plugin
7f35fd266000-7f35fd2e5000 rwxp 0000a000 08:09 1788847                    /usr/lib/cin/plugins/themes/theme_unflat.plugin
7f35fd349000-7f35fd3f2000 rwxs 000a9000 00:06 618                        /dev/video0
7f35fd3f2000-7f35fd49b000 rwxs 00000000 00:06 618                        /dev/video0
7f35fd49b000-7f35fd49c000 ---p 00000000 00:00 0 
7f35fd49c000-7f35fdc9c000 rwxp 00000000 00:00 0 
7f35fdc9c000-7f35fdca5000 r-xp 00000000 08:09 1711868                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f35fdca5000-7f35fdea4000 ---p 00009000 08:09 1711868                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f35fdea4000-7f35fdea5000 r-xp 00008000 08:09 1711868                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f35fdea5000-7f35fdea6000 rwxp 00009000 08:09 1711868                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f35fdea6000-7f35fdf53000 r-xp 00000000 08:09 2623983                    /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf
7f35fdf53000-7f35fdf54000 ---p 00000000 00:00 0 
7f35fdf54000-7f35fe754000 rwxp 00000000 00:00 0 
7f35fe754000-7f35fe895000 rwxs 00000000 08:09 1441865                    /home/mat/.cache/mesa_shader_cache/index
7f35fe895000-7f35fe8a0000 r-xp 00000000 08:09 922569                     /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f35fe8a0000-7f35fea9f000 ---p 0000b000 08:09 922569                     /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f35fea9f000-7f35feaa0000 r-xp 0000a000 08:09 922569                     /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f35feaa0000-7f35feaa1000 rwxp 0000b000 08:09 922569                     /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f35feaa1000-7f35feaa7000 rwxp 00000000 00:00 0 
7f35feaa7000-7f35feab2000 r-xp 00000000 08:09 922580                     /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7f35feab2000-7f35fecb1000 ---p 0000b000 08:09 922580                     /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7f35fecb1000-7f35fecb2000 r-xp 0000a000 08:09 922580                     /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7f35fecb2000-7f35fecb3000 rwxp 0000b000 08:09 922580                     /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7f35fecb3000-7f35fecbb000 r-xp 00000000 08:09 922565                     /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7f35fecbb000-7f35feebb000 ---p 00008000 08:09 922565                     /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7f35feebb000-7f35feebc000 r-xp 00008000 08:09 922565                     /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7f35feebc000-7f35feebd000 rwxp 00009000 08:09 922565                     /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7f35feebd000-7f35feebe000 ---p 00000000 00:00 0 
7f35feebe000-7f35ff6be000 rwxp 00000000 00:00 0 
7f35ff6be000-7f35ff6e3000 r-xp 00000000 08:09 922637                     /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f35ff6e3000-7f35ff8e3000 ---p 00025000 08:09 922637                     /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f35ff8e3000-7f35ff8e7000 r-xp 00025000 08:09 922637                     /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f35ff8e7000-7f35ff8e8000 rwxp 00029000 08:09 922637                     /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f35ff8e8000-7f35ff919000 r-xp 00000000 08:09 1712217                    /usr/lib/x86_64-linux-gnu/libedit.so.2.0.56
7f35ff919000-7f35ffb18000 ---p 00031000 08:09 1712217                    /usr/lib/x86_64-linux-gnu/libedit.so.2.0.56
7f35ffb18000-7f35ffb1a000 r-xp 00030000 08:09 1712217                    /usr/lib/x86_64-linux-gnu/libedit.so.2.0.56
7f35ffb1a000-7f35ffb1b000 rwxp 00032000 08:09 1712217                    /usr/lib/x86_64-linux-gnu/libedit.so.2.0.56
7f35ffb1b000-7f35ffb1f000 rwxp 00000000 00:00 0 
7f35ffb1f000-7f35ffb26000 r-xp 00000000 08:09 1712262                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f35ffb26000-7f35ffd25000 ---p 00007000 08:09 1712262                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f35ffd25000-7f35ffd26000 r-xp 00006000 08:09 1712262                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f35ffd26000-7f35ffd27000 rwxp 00007000 08:09 1712262                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f35ffd27000-7f35ffd2e000 r-xp 00000000 08:09 1706029                    /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0
7f35ffd2e000-7f35fff2d000 ---p 00007000 08:09 1706029                    /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0
7f35fff2d000-7f35fff2e000 r-xp 00006000 08:09 1706029                    /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0
7f35fff2e000-7f35fff2f000 rwxp 00007000 08:09 1706029                    /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0
7f35fff2f000-7f35fff38000 r-xp 00000000 08:09 1705259                    /usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1.0.0
7f35fff38000-7f3600137000 ---p 00009000 08:09 1705259                    /usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1.0.0
7f3600137000-7f3600138000 r-xp 00008000 08:09 1705259                    /usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1.0.0
7f3600138000-7f3600139000 rwxp 00009000 08:09 1705259                    /usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1.0.0
7f3600139000-7f3600152000 r-xp 00000000 08:09 1710870                    /usr/lib/x86_64-linux-gnu/libelf-0.170.so
7f3600152000-7f3600351000 ---p 00019000 08:09 1710870                    /usr/lib/x86_64-linux-gnu/libelf-0.170.so
7f3600351000-7f3600352000 r-xp 00018000 08:09 1710870                    /usr/lib/x86_64-linux-gnu/libelf-0.170.so
7f3600352000-7f3600353000 rwxp 00019000 08:09 1710870                    /usr/lib/x86_64-linux-gnu/libelf-0.170.so
7f3600353000-7f360035e000 r-xp 00000000 08:09 1706035                    /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1
7f360035e000-7f360055d000 ---p 0000b000 08:09 1706035                    /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1
7f360055d000-7f360055e000 r-xp 0000a000 08:09 1706035                    /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1
7f360055e000-7f360055f000 rwxp 0000b000 08:09 1706035                    /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1
7f360055f000-7f360056d000 r-xp 00000000 08:09 1712945                    /usr/lib/x86_64-linux-gnu/libsensors.so.4.4.0
7f360056d000-7f360076c000 ---p 0000e000 08:09 1712945                    /usr/lib/x86_64-linux-gnu/libsensors.so.4.4.0
7f360076c000-7f360076d000 r-xp 0000d000 08:09 1712945                    /usr/lib/x86_64-linux-gnu/libsensors.so.4.4.0
7f360076d000-7f360076e000 rwxp 0000e000 08:09 1712945                    /usr/lib/x86_64-linux-gnu/libsensors.so.4.4.0
7f360076e000-7f36044ae000 r-xp 00000000 08:09 1708699                    /usr/lib/x86_64-linux-gnu/libLLVM-9.so.1
7f36044ae000-7f36044af000 ---p 03d40000 08:09 1708699                    /usr/lib/x86_64-linux-gnu/libLLVM-9.so.1
7f36044af000-7f3604987000 r-xp 03d40000 08:09 1708699                    /usr/lib/x86_64-linux-gnu/libLLVM-9.so.1
7f3604987000-7f360498a000 rwxp 04218000 08:09 1708699                    /usr/lib/x86_64-linux-gnu/libLLVM-9.so.1
7f360498a000-7f36049d4000 rwxp 00000000 00:00 0 
7f36049d4000-7f3605b78000 r-xp 00000000 08:09 1967675                    /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
7f3605b78000-7f3605d77000 ---p 011a4000 08:09 1967675                    /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
7f3605d77000-7f3605e29000 r-xp 011a3000 08:09 1967675                    /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
7f3605e29000-7f3605e75000 rwxp 01255000 08:09 1967675                    /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
7f3605e75000-7f3606138000 rwxp 00000000 00:00 0 
7f3606138000-7f3606139000 r-xp 00000000 08:09 1713246                    /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f3606139000-7f3606338000 ---p 00001000 08:09 1713246                    /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f3606338000-7f3606339000 r-xp 00000000 08:09 1713246                    /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f3606339000-7f360633a000 rwxp 00001000 08:09 1713246                    /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f360633a000-7f360633f000 r-xp 00000000 08:09 1707866                    /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f360633f000-7f360653f000 ---p 00005000 08:09 1707866                    /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f360653f000-7f3606540000 r-xp 00005000 08:09 1707866                    /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f3606540000-7f3606541000 rwxp 00006000 08:09 1707866                    /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f3606541000-7f3606543000 r-xp 00000000 08:09 1707864                    /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f3606543000-7f3606742000 ---p 00002000 08:09 1707864                    /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f3606742000-7f3606743000 r-xp 00001000 08:09 1707864                    /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f3606743000-7f3606744000 rwxp 00002000 08:09 1707864                    /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f3606744000-7f3606747000 r-xp 00000000 08:09 1707854                    /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f3606747000-7f3606946000 ---p 00003000 08:09 1707854                    /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f3606946000-7f3606947000 r-xp 00002000 08:09 1707854                    /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f3606947000-7f3606948000 rwxp 00003000 08:09 1707854                    /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f3606948000-7f360694d000 r-xp 00000000 08:09 1711910                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f360694d000-7f3606b4c000 ---p 00005000 08:09 1711910                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f3606b4c000-7f3606b4d000 r-xp 00004000 08:09 1711910                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f3606b4d000-7f3606b4e000 rwxp 00005000 08:09 1711910                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f3606b4e000-7f3606b50000 r-xp 00000000 08:09 1711870                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f3606b50000-7f3606d4f000 ---p 00002000 08:09 1711870                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f3606d4f000-7f3606d50000 r-xp 00001000 08:09 1711870                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f3606d50000-7f3606d51000 rwxp 00002000 08:09 1711870                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f3606d51000-7f3606d55000 r-xp 00000000 08:09 1704179                    /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f3606d55000-7f3606f54000 ---p 00004000 08:09 1704179                    /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f3606f54000-7f3606f55000 r-xp 00003000 08:09 1704179                    /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f3606f55000-7f3606f56000 rwxp 00004000 08:09 1704179                    /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f3606f56000-7f3606f57000 r-xp 00000000 08:09 1707067                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f3606f57000-7f3607156000 ---p 00001000 08:09 1707067                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f3607156000-7f3607157000 r-xp 00000000 08:09 1707067                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f3607157000-7f3607158000 rwxp 00001000 08:09 1707067                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f3607158000-7f3607170000 r-xp 00000000 08:09 1707856                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f3607170000-7f3607370000 ---p 00018000 08:09 1707856                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f3607370000-7f3607372000 r-xp 00018000 08:09 1707856                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f3607372000-7f3607373000 rwxp 0001a000 08:09 1707856                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f3607373000-7f36073a2000 r-xp 00000000 08:09 1706051                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f36073a2000-7f36075a2000 ---p 0002f000 08:09 1706051                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f36075a2000-7f36075a6000 r-xp 0002f000 08:09 1706051                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f36075a6000-7f36075a7000 rwxp 00033000 08:09 1706051                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f36075a7000-7f36075a8000 rwxp 00000000 00:00 0 
7f36075a8000-7f360761b000 r-xp 00000000 08:09 1705311                    /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0
7f360761b000-7f360781b000 ---p 00073000 08:09 1705311                    /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0
7f360781b000-7f360781e000 r-xp 00073000 08:09 1705311                    /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0
7f360781e000-7f360781f000 rwxp 00076000 08:09 1705311                    /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0
7f360781f000-7f3607820000 rwxp 00000000 00:00 0 
7f3607820000-7f3607aff000 r-xp 00000000 08:09 1710688                    /usr/lib/locale/locale-archive
7f3607aff000-7f3607e83000 rwxp 00000000 00:00 0 
7f3607e83000-7f3607e97000 r-xp 00000000 08:09 922520                     /lib/x86_64-linux-gnu/libgpg-error.so.0.22.0
7f3607e97000-7f3608096000 ---p 00014000 08:09 922520                     /lib/x86_64-linux-gnu/libgpg-error.so.0.22.0
7f3608096000-7f3608097000 r-xp 00013000 08:09 922520                     /lib/x86_64-linux-gnu/libgpg-error.so.0.22.0
7f3608097000-7f3608098000 rwxp 00014000 08:09 922520                     /lib/x86_64-linux-gnu/libgpg-error.so.0.22.0
7f3608098000-7f36080af000 r-xp 00000000 08:09 922618                     /lib/x86_64-linux-gnu/libresolv-2.27.so
7f36080af000-7f36082af000 ---p 00017000 08:09 922618                     /lib/x86_64-linux-gnu/libresolv-2.27.so
7f36082af000-7f36082b0000 r-xp 00017000 08:09 922618                     /lib/x86_64-linux-gnu/libresolv-2.27.so
7f36082b0000-7f36082b1000 rwxp 00018000 08:09 922618                     /lib/x86_64-linux-gnu/libresolv-2.27.so
7f36082b1000-7f36082b3000 rwxp 00000000 00:00 0 
7f36082b3000-7f36082ca000 r-xp 00000000 08:09 922563                     /lib/x86_64-linux-gnu/libnsl-2.27.so
7f36082ca000-7f36084c9000 ---p 00017000 08:09 922563                     /lib/x86_64-linux-gnu/libnsl-2.27.so
7f36084c9000-7f36084ca000 r-xp 00016000 08:09 922563                     /lib/x86_64-linux-gnu/libnsl-2.27.so
7f36084ca000-7f36084cb000 rwxp 00017000 08:09 922563                     /lib/x86_64-linux-gnu/libnsl-2.27.so
7f36084cb000-7f36084cd000 rwxp 00000000 00:00 0 
7f36084cd000-7f36085e1000 r-xp 00000000 08:09 917719                     /lib/x86_64-linux-gnu/libgcrypt.so.20.2.1
7f36085e1000-7f36087e1000 ---p 00114000 08:09 917719                     /lib/x86_64-linux-gnu/libgcrypt.so.20.2.1
7f36087e1000-7f36087e3000 r-xp 00114000 08:09 917719                     /lib/x86_64-linux-gnu/libgcrypt.so.20.2.1
7f36087e3000-7f36087e8000 rwxp 00116000 08:09 917719                     /lib/x86_64-linux-gnu/libgcrypt.so.20.2.1
7f36087e8000-7f36087e9000 rwxp 00000000 00:00 0 
7f36087e9000-7f3608804000 r-xp 00000000 08:09 1712665                    /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f3608804000-7f3608a03000 ---p 0001b000 08:09 1712665                    /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f3608a03000-7f3608a04000 r-xp 0001a000 08:09 1712665                    /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f3608a04000-7f3608a05000 rwxp 0001b000 08:09 1712665                    /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f3608a05000-7f3608a0a000 r-xp 00000000 08:09 1711949                    /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f3608a0a000-7f3608c09000 ---p 00005000 08:09 1711949                    /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f3608c09000-7f3608c0a000 r-xp 00004000 08:09 1711949                    /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f3608c0a000-7f3608c0b000 rwxp 00005000 08:09 1711949                    /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f3608c0b000-7f3608c13000 r-xp 00000000 08:09 922651                     /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f3608c13000-7f3608e13000 ---p 00008000 08:09 922651                     /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f3608e13000-7f3608e14000 r-xp 00008000 08:09 922651                     /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f3608e14000-7f3608e15000 rwxp 00009000 08:09 922651                     /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f3608e15000-7f3608e95000 r-xp 00000000 08:09 917692                     /lib/x86_64-linux-gnu/libsystemd.so.0.21.0
7f3608e95000-7f3609094000 ---p 00080000 08:09 917692                     /lib/x86_64-linux-gnu/libsystemd.so.0.21.0
7f3609094000-7f3609097000 r-xp 0007f000 08:09 917692                     /lib/x86_64-linux-gnu/libsystemd.so.0.21.0
7f3609097000-7f3609098000 rwxp 00082000 08:09 917692                     /lib/x86_64-linux-gnu/libsystemd.so.0.21.0
7f3609098000-7f3609099000 rwxp 00000000 00:00 0 
7f3609099000-7f36090e4000 r-xp 00000000 08:09 917764                     /lib/x86_64-linux-gnu/libdbus-1.so.3.19.4
7f36090e4000-7f36092e4000 ---p 0004b000 08:09 917764                     /lib/x86_64-linux-gnu/libdbus-1.so.3.19.4
7f36092e4000-7f36092e5000 r-xp 0004b000 08:09 917764                     /lib/x86_64-linux-gnu/libdbus-1.so.3.19.4
7f36092e5000-7f36092e6000 rwxp 0004c000 08:09 917764                     /lib/x86_64-linux-gnu/libdbus-1.so.3.19.4
7f36092e6000-7f3609362000 r-xp 00000000 08:09 1968924                    /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
7f3609362000-7f3609561000 ---p 0007c000 08:09 1968924                    /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
7f3609561000-7f3609563000 r-xp 0007b000 08:09 1968924                    /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
7f3609563000-7f3609564000 rwxp 0007d000 08:09 1968924                    /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
7f3609564000-7f36095b2000 r-xp 00000000 08:09 1706006                    /usr/lib/x86_64-linux-gnu/libpulse.so.0.20.2
7f36095b2000-7f36097b1000 ---p 0004e000 08:09 1706006                    /usr/lib/x86_64-linux-gnu/libpulse.so.0.20.2
7f36097b1000-7f36097b3000 r-xp 0004d000 08:09 1706006                    /usr/lib/x86_64-linux-gnu/libpulse.so.0.20.2
7f36097b3000-7f36097b4000 rwxp 0004f000 08:09 1706006                    /usr/lib/x86_64-linux-gnu/libpulse.so.0.20.2
7f36097c6000-7f36097f4000 r-xs 00000000 08:09 1461938                    /home/mat/.cache/fontconfig/b0fb75e833f39399a4d43f92810e5152-le64.cache-7
7f36097f4000-7f36098ad000 r-xp 00000000 08:09 2623987                    /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
7f36098ad000-7f36098ae000 rwxp 00000000 00:00 0 
7f36098c1000-7f36098c6000 rwxs 00000000 00:05 5570576                    /SYSV00000000 (deleted)
7f36098c6000-7f36098cb000 rwxs 00000000 00:05 5537807                    /SYSV00000000 (deleted)
7f36098cb000-7f3609963000 rwxs 00000000 00:05 5505038                    /SYSV00000000 (deleted)
7f3609963000-7f3609994000 rwxp 00000000 00:00 0 
7f3609994000-7f360999f000 r-xs 00000000 08:09 524383                     /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-7
7f360999f000-7f36099a1000 r-xs 00000000 08:09 524385                     /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-7
7f36099a1000-7f36099b6000 r-xs 00000000 08:09 524343                     /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-7
7f36099b6000-7f36099c9000 r-xp 00000000 08:09 922518                     /lib/x86_64-linux-gnu/libbsd.so.0.8.7
7f36099c9000-7f3609bc8000 ---p 00013000 08:09 922518                     /lib/x86_64-linux-gnu/libbsd.so.0.8.7
7f3609bc8000-7f3609bc9000 r-xp 00012000 08:09 922518                     /lib/x86_64-linux-gnu/libbsd.so.0.8.7
7f3609bc9000-7f3609bca000 rwxp 00013000 08:09 922518                     /lib/x86_64-linux-gnu/libbsd.so.0.8.7
7f3609bca000-7f3609bcb000 rwxp 00000000 00:00 0 
7f3609bcb000-7f3609bd0000 r-xp 00000000 08:09 1711872                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f3609bd0000-7f3609dcf000 ---p 00005000 08:09 1711872                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f3609dcf000-7f3609dd0000 r-xp 00004000 08:09 1711872                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f3609dd0000-7f3609dd1000 rwxp 00005000 08:09 1711872                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f3609dd1000-7f3609dd3000 r-xp 00000000 08:09 1711861                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f3609dd3000-7f3609fd3000 ---p 00002000 08:09 1711861                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f3609fd3000-7f3609fd4000 r-xp 00002000 08:09 1711861                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f3609fd4000-7f3609fd5000 rwxp 00003000 08:09 1711861                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f3609fd5000-7f3609ff2000 r-xp 00000000 08:09 917704                     /lib/x86_64-linux-gnu/libudev.so.1.6.9
7f3609ff2000-7f360a1f1000 ---p 0001d000 08:09 917704                     /lib/x86_64-linux-gnu/libudev.so.1.6.9
7f360a1f1000-7f360a1f2000 r-xp 0001c000 08:09 917704                     /lib/x86_64-linux-gnu/libudev.so.1.6.9
7f360a1f2000-7f360a1f3000 rwxp 0001d000 08:09 917704                     /lib/x86_64-linux-gnu/libudev.so.1.6.9
7f360a1f3000-7f360a1fa000 r-xp 00000000 08:09 922620                     /lib/x86_64-linux-gnu/librt-2.27.so
7f360a1fa000-7f360a3f9000 ---p 00007000 08:09 922620                     /lib/x86_64-linux-gnu/librt-2.27.so
7f360a3f9000-7f360a3fa000 r-xp 00006000 08:09 922620                     /lib/x86_64-linux-gnu/librt-2.27.so
7f360a3fa000-7f360a3fb000 rwxp 00007000 08:09 922620                     /lib/x86_64-linux-gnu/librt-2.27.so
7f360a3fb000-7f360a404000 r-xp 00000000 08:09 1711894                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f360a404000-7f360a603000 ---p 00009000 08:09 1711894                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f360a603000-7f360a604000 r-xp 00008000 08:09 1711894                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f360a604000-7f360a605000 rwxp 00009000 08:09 1711894                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f360a605000-7f360a673000 r-xp 00000000 08:09 1704964                    /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7f360a673000-7f360a872000 ---p 0006e000 08:09 1704964                    /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7f360a872000-7f360a89a000 r-xp 0006d000 08:09 1704964                    /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7f360a89a000-7f360a89b000 rwxp 00095000 08:09 1704964                    /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7f360a89b000-7f360a8bb000 rwxp 00000000 00:00 0 
7f360a8bb000-7f360a8cb000 r-xp 00000000 08:09 1703991                    /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7f360a8cb000-7f360aaca000 ---p 00010000 08:09 1703991                    /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7f360aaca000-7f360aacb000 r-xp 0000f000 08:09 1703991                    /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7f360aacb000-7f360aacc000 rwxp 00010000 08:09 1703991                    /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7f360aacc000-7f360aaec000 rwxp 00000000 00:00 0 
7f360aaec000-7f360aafc000 r-xp 00000000 08:09 1706020                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f360aafc000-7f360acfb000 ---p 00010000 08:09 1706020                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f360acfb000-7f360acfc000 r-xp 0000f000 08:09 1706020                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f360acfc000-7f360acfd000 rwxp 00010000 08:09 1706020                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f360acfd000-7f360ad2c000 r-xp 00000000 08:09 917740                     /lib/x86_64-linux-gnu/libexpat.so.1.6.7
7f360ad2c000-7f360af2c000 ---p 0002f000 08:09 917740                     /lib/x86_64-linux-gnu/libexpat.so.1.6.7
7f360af2c000-7f360af2e000 r-xp 0002f000 08:09 917740                     /lib/x86_64-linux-gnu/libexpat.so.1.6.7
7f360af2e000-7f360af2f000 rwxp 00031000 08:09 917740                     /lib/x86_64-linux-gnu/libexpat.so.1.6.7
7f360af2f000-7f360af55000 r-xp 00000000 08:09 1706861                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f360af55000-7f360b155000 ---p 00026000 08:09 1706861                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f360b155000-7f360b156000 r-xp 00026000 08:09 1706861                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f360b156000-7f360b157000 rwxp 00027000 08:09 1706861                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f360b157000-7f360b162000 r-xp 00000000 08:09 1712615                    /usr/lib/x86_64-linux-gnu/libjbig.so.0
7f360b162000-7f360b361000 ---p 0000b000 08:09 1712615                    /usr/lib/x86_64-linux-gnu/libjbig.so.0
7f360b361000-7f360b362000 r-xp 0000a000 08:09 1712615                    /usr/lib/x86_64-linux-gnu/libjbig.so.0
7f360b362000-7f360b365000 rwxp 0000b000 08:09 1712615                    /usr/lib/x86_64-linux-gnu/libjbig.so.0
7f360b365000-7f360b3f2000 r-xp 00000000 08:09 1713107                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11
7f360b3f2000-7f360b5f1000 ---p 0008d000 08:09 1713107                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11
7f360b5f1000-7f360b60d000 r-xp 0008c000 08:09 1713107                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11
7f360b60d000-7f360b60e000 rwxp 000a8000 08:09 1713107                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11
7f360b60e000-7f360b638000 r-xp 00000000 08:09 1713105                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f360b638000-7f360b837000 ---p 0002a000 08:09 1713105                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f360b837000-7f360b838000 r-xp 00029000 08:09 1713105                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f360b838000-7f360b839000 rwxp 0002a000 08:09 1713105                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f360b839000-7f360b846000 r-xp 00000000 08:09 1712893                    /usr/lib/x86_64-linux-gnu/libraw1394.so.11.1.0
7f360b846000-7f360ba46000 ---p 0000d000 08:09 1712893                    /usr/lib/x86_64-linux-gnu/libraw1394.so.11.1.0
7f360ba46000-7f360ba47000 r-xp 0000d000 08:09 1712893                    /usr/lib/x86_64-linux-gnu/libraw1394.so.11.1.0
7f360ba47000-7f360ba48000 rwxp 0000e000 08:09 1712893                    /usr/lib/x86_64-linux-gnu/libraw1394.so.11.1.0
7f360ba48000-7f360bc2f000 r-xp 00000000 08:09 922479                     /lib/x86_64-linux-gnu/libc-2.27.so
7f360bc2f000-7f360be2f000 ---p 001e7000 08:09 922479                     /lib/x86_64-linux-gnu/libc-2.27.so
7f360be2f000-7f360be33000 r-xp 001e7000 08:09 922479                     /lib/x86_64-linux-gnu/libc-2.27.so
7f360be33000-7f360be35000 rwxp 001eb000 08:09 922479                     /lib/x86_64-linux-gnu/libc-2.27.so
7f360be35000-7f360be39000 rwxp 00000000 00:00 0 
7f360be39000-7f360be50000 r-xp 00000000 08:09 917766                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f360be50000-7f360c04f000 ---p 00017000 08:09 917766                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f360c04f000-7f360c050000 r-xp 00016000 08:09 917766                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f360c050000-7f360c051000 rwxp 00017000 08:09 917766                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f360c051000-7f360c07a000 r-xp 00000000 08:09 922549                     /lib/x86_64-linux-gnu/libmvec-2.27.so
7f360c07a000-7f360c279000 ---p 00029000 08:09 922549                     /lib/x86_64-linux-gnu/libmvec-2.27.so
7f360c279000-7f360c27a000 r-xp 00028000 08:09 922549                     /lib/x86_64-linux-gnu/libmvec-2.27.so
7f360c27a000-7f360c27b000 rwxp 00029000 08:09 922549                     /lib/x86_64-linux-gnu/libmvec-2.27.so
7f360c27b000-7f360c418000 r-xp 00000000 08:09 922542                     /lib/x86_64-linux-gnu/libm-2.27.so
7f360c418000-7f360c617000 ---p 0019d000 08:09 922542                     /lib/x86_64-linux-gnu/libm-2.27.so
7f360c617000-7f360c618000 r-xp 0019c000 08:09 922542                     /lib/x86_64-linux-gnu/libm-2.27.so
7f360c618000-7f360c619000 rwxp 0019d000 08:09 922542                     /lib/x86_64-linux-gnu/libm-2.27.so
7f360c619000-7f360c792000 r-xp 00000000 08:09 1704273                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f360c792000-7f360c992000 ---p 00179000 08:09 1704273                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f360c992000-7f360c99c000 r-xp 00179000 08:09 1704273                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f360c99c000-7f360c99e000 rwxp 00183000 08:09 1704273                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f360c99e000-7f360c9a2000 rwxp 00000000 00:00 0 
7f360c9a2000-7f360c9a5000 r-xp 00000000 08:09 922502                     /lib/x86_64-linux-gnu/libdl-2.27.so
7f360c9a5000-7f360cba4000 ---p 00003000 08:09 922502                     /lib/x86_64-linux-gnu/libdl-2.27.so
7f360cba4000-7f360cba5000 r-xp 00002000 08:09 922502                     /lib/x86_64-linux-gnu/libdl-2.27.so
7f360cba5000-7f360cba6000 rwxp 00003000 08:09 922502                     /lib/x86_64-linux-gnu/libdl-2.27.so
7f360cba6000-7f360cbbd000 r-xp 00000000 08:09 922645                     /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
7f360cbbd000-7f360cdbc000 ---p 00017000 08:09 922645                     /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
7f360cdbc000-7f360cdbd000 r-xp 00016000 08:09 922645                     /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
7f360cdbd000-7f360cdbe000 rwxp 00017000 08:09 922645                     /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
7f360cdbe000-7f360cebd000 r-xp 00000000 08:09 1704391                    /usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
7f360cebd000-7f360d0bd000 ---p 000ff000 08:09 1704391                    /usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
7f360d0bd000-7f360d0c4000 r-xp 000ff000 08:09 1704391                    /usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
7f360d0c4000-7f360d0c5000 rwxp 00106000 08:09 1704391                    /usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
7f360d0c5000-7f360d0d9000 r-xp 00000000 08:09 1711880                    /usr/lib/x86_64-linux-gnu/libXft.so.2.3.2
7f360d0d9000-7f360d2d8000 ---p 00014000 08:09 1711880                    /usr/lib/x86_64-linux-gnu/libXft.so.2.3.2
7f360d2d8000-7f360d2d9000 r-xp 00013000 08:09 1711880                    /usr/lib/x86_64-linux-gnu/libXft.so.2.3.2
7f360d2d9000-7f360d2da000 rwxp 00014000 08:09 1711880                    /usr/lib/x86_64-linux-gnu/libXft.so.2.3.2
7f360d2da000-7f360d2de000 r-xp 00000000 08:09 1711902                    /usr/lib/x86_64-linux-gnu/libXv.so.1.0.0
7f360d2de000-7f360d4dd000 ---p 00004000 08:09 1711902                    /usr/lib/x86_64-linux-gnu/libXv.so.1.0.0
7f360d4dd000-7f360d4de000 r-xp 00003000 08:09 1711902                    /usr/lib/x86_64-linux-gnu/libXv.so.1.0.0
7f360d4de000-7f360d4df000 rwxp 00004000 08:09 1711902                    /usr/lib/x86_64-linux-gnu/libXv.so.1.0.0
7f360d4df000-7f360d54c000 r-xp 00000000 08:09 1711787                    /usr/lib/x86_64-linux-gnu/libGLU.so.1.3.1
7f360d54c000-7f360d74c000 ---p 0006d000 08:09 1711787                    /usr/lib/x86_64-linux-gnu/libGLU.so.1.3.1
7f360d74c000-7f360d74d000 r-xp 0006d000 08:09 1711787                    /usr/lib/x86_64-linux-gnu/libGLU.so.1.3.1
7f360d74d000-7f360d74e000 rwxp 0006e000 08:09 1711787                    /usr/lib/x86_64-linux-gnu/libGLU.so.1.3.1
7f360d74e000-7f360d7bf000 r-xp 00000000 08:09 1703988                    /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
7f360d7bf000-7f360d9be000 ---p 00071000 08:09 1703988                    /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
7f360d9be000-7f360d9d8000 r-xp 00070000 08:09 1703988                    /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
7f360d9d8000-7f360d9d9000 rwxp 0008a000 08:09 1703988                    /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
7f360d9d9000-7f360d9da000 rwxp 00000000 00:00 0 
7f360d9da000-7f360d9dc000 r-xp 00000000 08:09 1713091                    /usr/lib/x86_64-linux-gnu/libva-drm.so.2.100.0
7f360d9dc000-7f360dbdb000 ---p 00002000 08:09 1713091                    /usr/lib/x86_64-linux-gnu/libva-drm.so.2.100.0
7f360dbdb000-7f360dbdc000 r-xp 00001000 08:09 1713091                    /usr/lib/x86_64-linux-gnu/libva-drm.so.2.100.0
7f360dbdc000-7f360dbdd000 rwxp 00002000 08:09 1713091                    /usr/lib/x86_64-linux-gnu/libva-drm.so.2.100.0
7f360dbdd000-7f360dbe2000 r-xp 00000000 08:09 1713093                    /usr/lib/x86_64-linux-gnu/libva-x11.so.2.100.0
7f360dbe2000-7f360dde1000 ---p 00005000 08:09 1713093                    /usr/lib/x86_64-linux-gnu/libva-x11.so.2.100.0
7f360dde1000-7f360dde2000 r-xp 00004000 08:09 1713093                    /usr/lib/x86_64-linux-gnu/libva-x11.so.2.100.0
7f360dde2000-7f360dde3000 rwxp 00005000 08:09 1713093                    /usr/lib/x86_64-linux-gnu/libva-x11.so.2.100.0
7f360dde3000-7f360de03000 r-xp 00000000 08:09 1713095                    /usr/lib/x86_64-linux-gnu/libva.so.2.100.0
7f360de03000-7f360e002000 ---p 00020000 08:09 1713095                    /usr/lib/x86_64-linux-gnu/libva.so.2.100.0
7f360e002000-7f360e003000 r-xp 0001f000 08:09 1713095                    /usr/lib/x86_64-linux-gnu/libva.so.2.100.0
7f360e003000-7f360e004000 rwxp 00020000 08:09 1713095                    /usr/lib/x86_64-linux-gnu/libva.so.2.100.0
7f360e004000-7f360e007000 r-xp 00000000 08:09 1713097                    /usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0
7f360e007000-7f360e206000 ---p 00003000 08:09 1713097                    /usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0
7f360e206000-7f360e207000 r-xp 00002000 08:09 1713097                    /usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0
7f360e207000-7f360e208000 rwxp 00003000 08:09 1713097                    /usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0
7f360e208000-7f360e224000 r-xp 00000000 08:09 922653                     /lib/x86_64-linux-gnu/libz.so.1.2.11
7f360e224000-7f360e423000 ---p 0001c000 08:09 922653                     /lib/x86_64-linux-gnu/libz.so.1.2.11
7f360e423000-7f360e424000 r-xp 0001b000 08:09 922653                     /lib/x86_64-linux-gnu/libz.so.1.2.11
7f360e424000-7f360e425000 rwxp 0001c000 08:09 922653                     /lib/x86_64-linux-gnu/libz.so.1.2.11
7f360e425000-7f360e456000 r-xp 00000000 08:09 1704461                    /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
7f360e456000-7f360e655000 ---p 00031000 08:09 1704461                    /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
7f360e655000-7f360e656000 r-xp 00030000 08:09 1704461                    /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
7f360e656000-7f360e657000 rwxp 00031000 08:09 1704461                    /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
7f360e657000-7f360e67b000 r-xp 00000000 08:09 922539                     /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f360e67b000-7f360e87b000 ---p 00024000 08:09 922539                     /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f360e87b000-7f360e87c000 r-xp 00024000 08:09 922539                     /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f360e87c000-7f360e87d000 rwxp 00025000 08:09 922539                     /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f360e87d000-7f360e92a000 r-xp 00000000 08:09 1712292                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.15.0
7f360e92a000-7f360eb29000 ---p 000ad000 08:09 1712292                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.15.0
7f360eb29000-7f360eb30000 r-xp 000ac000 08:09 1712292                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.15.0
7f360eb30000-7f360eb31000 rwxp 000b3000 08:09 1712292                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.15.0
7f360eb31000-7f360eb6f000 r-xp 00000000 08:09 1712278                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.10.1
7f360eb6f000-7f360ed6f000 ---p 0003e000 08:09 1712278                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.10.1
7f360ed6f000-7f360ed71000 r-xp 0003e000 08:09 1712278                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.10.1
7f360ed71000-7f360ed76000 rwxp 00040000 08:09 1712278                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.10.1
7f360ed76000-7f360ed85000 r-xp 00000000 08:09 919385                     /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f360ed85000-7f360ef84000 ---p 0000f000 08:09 919385                     /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f360ef84000-7f360ef85000 r-xp 0000e000 08:09 919385                     /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f360ef85000-7f360ef86000 rwxp 0000f000 08:09 919385                     /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f360ef86000-7f360ef8b000 r-xp 00000000 08:09 1711876                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f360ef8b000-7f360f18a000 ---p 00005000 08:09 1711876                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f360f18a000-7f360f18b000 r-xp 00004000 08:09 1711876                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f360f18b000-7f360f18c000 rwxp 00005000 08:09 1711876                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f360f18c000-7f360f18e000 r-xp 00000000 08:09 1711884                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f360f18e000-7f360f38d000 ---p 00002000 08:09 1711884                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f360f38d000-7f360f38e000 r-xp 00001000 08:09 1711884                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f360f38e000-7f360f38f000 rwxp 00002000 08:09 1711884                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f360f38f000-7f360f3a0000 r-xp 00000000 08:09 1711874                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f360f3a0000-7f360f59f000 ---p 00011000 08:09 1711874                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f360f59f000-7f360f5a0000 r-xp 00010000 08:09 1711874                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f360f5a0000-7f360f5a1000 rwxp 00011000 08:09 1711874                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f360f5a1000-7f360f6d4000 r-xp 00000000 08:09 1706863                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f360f6d4000-7f360f8d4000 ---p 00133000 08:09 1706863                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f360f8d4000-7f360f8d5000 r-xp 00133000 08:09 1706863                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f360f8d5000-7f360f8d9000 rwxp 00134000 08:09 1706863                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f360f8d9000-7f360f94c000 r-xp 00000000 08:09 1707023                    /usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0
7f360f94c000-7f360fb4b000 ---p 00073000 08:09 1707023                    /usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0
7f360fb4b000-7f360fb4f000 r-xp 00072000 08:09 1707023                    /usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0
7f360fb4f000-7f360fb50000 rwxp 00076000 08:09 1707023                    /usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0
7f360fb50000-7f360fbc4000 r-xp 00000000 08:09 1703951                    /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28
7f360fbc4000-7f360fdc3000 ---p 00074000 08:09 1703951                    /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28
7f360fdc3000-7f360fdc6000 r-xp 00073000 08:09 1703951                    /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28
7f360fdc6000-7f360fdc7000 rwxp 00076000 08:09 1703951                    /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28
7f360fdc7000-7f360fdc9000 rwxp 00000000 00:00 0 
7f360fdc9000-7f360fe30000 r-xp 00000000 08:09 1705683                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.1.2
7f360fe30000-7f361002f000 ---p 00067000 08:09 1705683                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.1.2
7f361002f000-7f3610030000 r-xp 00066000 08:09 1705683                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.1.2
7f3610030000-7f3610031000 rwxp 00067000 08:09 1705683                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.1.2
7f3610031000-7f361003c000 r-xp 00000000 08:09 1712570                    /usr/lib/x86_64-linux-gnu/libiec61883.so.0.1.1
7f361003c000-7f361023c000 ---p 0000b000 08:09 1712570                    /usr/lib/x86_64-linux-gnu/libiec61883.so.0.1.1
7f361023c000-7f361023d000 r-xp 0000b000 08:09 1712570                    /usr/lib/x86_64-linux-gnu/libiec61883.so.0.1.1
7f361023d000-7f361023e000 rwxp 0000c000 08:09 1712570                    /usr/lib/x86_64-linux-gnu/libiec61883.so.0.1.1
7f361023e000-7f3610241000 r-xp 00000000 08:09 1712916                    /usr/lib/x86_64-linux-gnu/librom1394.so.0.3.0
7f3610241000-7f3610441000 ---p 00003000 08:09 1712916                    /usr/lib/x86_64-linux-gnu/librom1394.so.0.3.0
7f3610441000-7f3610442000 r-xp 00003000 08:09 1712916                    /usr/lib/x86_64-linux-gnu/librom1394.so.0.3.0
7f3610442000-7f3610443000 rwxp 00004000 08:09 1712916                    /usr/lib/x86_64-linux-gnu/librom1394.so.0.3.0
7f3610443000-7f3610447000 r-xp 00000000 08:09 1711971                    /usr/lib/x86_64-linux-gnu/libavc1394.so.0.3.0
7f3610447000-7f3610646000 ---p 00004000 08:09 1711971                    /usr/lib/x86_64-linux-gnu/libavc1394.so.0.3.0
7f3610646000-7f3610647000 r-xp 00003000 08:09 1711971                    /usr/lib/x86_64-linux-gnu/libavc1394.so.0.3.0
7f3610647000-7f3610648000 rwxp 00004000 08:09 1711971                    /usr/lib/x86_64-linux-gnu/libavc1394.so.0.3.0
7f3610648000-7f36106bd000 r-xp 00000000 08:09 1711781                    /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f36106bd000-7f36108bd000 ---p 00075000 08:09 1711781                    /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f36108bd000-7f36108be000 r-xp 00075000 08:09 1711781                    /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f36108be000-7f36108bf000 rwxp 00076000 08:09 1711781                    /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f36108bf000-7f36108d9000 r-xp 00000000 08:09 922612                     /lib/x86_64-linux-gnu/libpthread-2.27.so
7f36108d9000-7f3610ad8000 ---p 0001a000 08:09 922612                     /lib/x86_64-linux-gnu/libpthread-2.27.so
7f3610ad8000-7f3610ad9000 r-xp 00019000 08:09 922612                     /lib/x86_64-linux-gnu/libpthread-2.27.so
7f3610ad9000-7f3610ada000 rwxp 0001a000 08:09 922612                     /lib/x86_64-linux-gnu/libpthread-2.27.so
7f3610ada000-7f3610ade000 rwxp 00000000 00:00 0 
7f3610ade000-7f3610af9000 r-xp 00000000 08:09 1711804                    /usr/lib/x86_64-linux-gnu/libIex-2_2.so.12.0.0
7f3610af9000-7f3610cf8000 ---p 0001b000 08:09 1711804                    /usr/lib/x86_64-linux-gnu/libIex-2_2.so.12.0.0
7f3610cf8000-7f3610cfb000 r-xp 0001a000 08:09 1711804                    /usr/lib/x86_64-linux-gnu/libIex-2_2.so.12.0.0
7f3610cfb000-7f3610cfc000 rwxp 0001d000 08:09 1711804                    /usr/lib/x86_64-linux-gnu/libIex-2_2.so.12.0.0
7f3610cfc000-7f3610d01000 r-xp 00000000 08:09 1711812                    /usr/lib/x86_64-linux-gnu/libIlmThread-2_2.so.12.0.0
7f3610d01000-7f3610f01000 ---p 00005000 08:09 1711812                    /usr/lib/x86_64-linux-gnu/libIlmThread-2_2.so.12.0.0
7f3610f01000-7f3610f02000 r-xp 00005000 08:09 1711812                    /usr/lib/x86_64-linux-gnu/libIlmThread-2_2.so.12.0.0
7f3610f02000-7f3610f03000 rwxp 00006000 08:09 1711812                    /usr/lib/x86_64-linux-gnu/libIlmThread-2_2.so.12.0.0
7f3610f03000-7f3610f0a000 r-xp 00000000 08:09 1712766                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7f3610f0a000-7f361110a000 ---p 00007000 08:09 1712766                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7f361110a000-7f361110b000 r-xp 00007000 08:09 1712766                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7f361110b000-7f361110c000 rwxp 00008000 08:09 1712766                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7f361110c000-7f3611133000 r-xp 00000000 08:09 922451                     /lib/x86_64-linux-gnu/ld-2.27.so
7f3611133000-7f3611138000 r-xs 00000000 08:09 524352                     /var/cache/fontconfig/2300eef321c393bfd76478a5c0e95b23-le64.cache-7
7f3611138000-7f3611139000 r-xs 00000000 08:09 524346                     /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-7
7f3611139000-7f361113a000 r-xs 00000000 08:09 524350                     /var/cache/fontconfig/1ac9eb803944fde146138c791f5cc56a-le64.cache-7
7f361113a000-7f361113e000 r-xs 00000000 08:09 524358                     /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-7
7f361113e000-7f361113f000 r-xs 00000000 08:09 524404                     /var/cache/fontconfig/dc05db6664285cc2f12bf69c139ae4c3-le64.cache-7
7f361113f000-7f3611141000 r-xs 00000000 08:09 524347                     /var/cache/fontconfig/14a5e22175779b556eaa434240950366-le64.cache-7
7f3611141000-7f3611142000 r-xs 00000000 08:09 524374                     /var/cache/fontconfig/660208299946a285a940457d1287da33-le64.cache-7
7f3611142000-7f3611144000 r-xs 00000000 08:09 524365                     /var/cache/fontconfig/4f3e3037c9980c83b53a9351efadef62-le64.cache-7
7f3611144000-7f3611146000 r-xs 00000000 08:09 524379                     /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-7
7f3611146000-7f3611147000 r-xs 00000000 08:09 564611                     /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-7
7f3611147000-7f3611193000 r-xs 00000000 08:09 524344                     /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-7
7f3611193000-7f361119a000 r-xs 00000000 08:09 524382                     /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-7
7f361119a000-7f361119f000 r-xs 00000000 08:09 524405                     /var/cache/fontconfig/def309198bfa603429122923fa2bb2d4-le64.cache-7
7f361119f000-7f36111a0000 r-xs 00000000 08:09 524392                     /var/cache/fontconfig/b872e6e592da6075ffa4ab0a1fcc0c75-le64.cache-7
7f36111a0000-7f36111a1000 r-xs 00000000 08:09 524410                     /var/cache/fontconfig/f6d4eedfaab2589bde49f7a3ff831d22-le64.cache-7
7f36111a1000-7f36111a2000 r-xs 00000000 08:09 524372                     /var/cache/fontconfig/589f83ef4c36d296ce6e1c846f468f08-le64.cache-7
7f36111a2000-7f36111a3000 r-xs 00000000 08:09 524394                     /var/cache/fontconfig/bab58bb527bb656aaa9f116d68a48d89-le64.cache-7
7f36111a3000-7f36111a4000 r-xs 00000000 08:09 524351                     /var/cache/fontconfig/2171a34dccabdb6bcbbc728186263178-le64.cache-7
7f36111a4000-7f36111a5000 r-xs 00000000 08:09 524395                     /var/cache/fontconfig/c5c45a61289222e0d30b1a26ef4effbe-le64.cache-7
7f36111a5000-7f36111a6000 r-xs 00000000 08:09 524390                     /var/cache/fontconfig/aec30016f93e1b46d1a973dce0d74068-le64.cache-7
7f36111a6000-7f36111a7000 r-xs 00000000 08:09 524359                     /var/cache/fontconfig/3f589640d34b7dc9042c8d453f7c8b9c-le64.cache-7
7f36111a7000-7f36111a8000 r-xs 00000000 08:09 524348                     /var/cache/fontconfig/16c2fda60d1b4b719f4b3d06fd951d25-le64.cache-7
7f36111a8000-7f36111a9000 r-xs 00000000 08:09 524389                     /var/cache/fontconfig/a48eab177a16e4f3713381162db2f3e9-le64.cache-7
7f36111a9000-7f36111aa000 r-xs 00000000 08:09 524368                     /var/cache/fontconfig/564b2e68ac9bc4e36a6f7f6d6125ec1c-le64.cache-7
7f36111aa000-7f36111af000 r-xs 00000000 08:09 525444                     /var/cache/fontconfig/9d2451b1fd30e5bffe8383fd27c35478-le64.cache-7
7f36111af000-7f36111b5000 r-xs 00000000 08:09 524353                     /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-7
7f36111b5000-7f36111b6000 r-xs 00000000 08:09 524369                     /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-7
7f36111b6000-7f36111b7000 r-xs 00000000 08:09 524393                     /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-7
7f36111b7000-7f36111bd000 r-xs 00000000 08:09 524391                     /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-7
7f36111bd000-7f36111d0000 r-xs 00000000 08:09 524401                     /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-7
7f36111d0000-7f36111d1000 r-xs 00000000 08:09 524356                     /var/cache/fontconfig/370e5b74bf5dafc30834de68e24a87a4-le64.cache-7
7f36111d1000-7f36111d2000 r-xs 00000000 08:09 524377                     /var/cache/fontconfig/6b2c5944714ca7831b25bed9e85cb5c8-le64.cache-7
7f36111d2000-7f36111d3000 r-xs 00000000 08:09 524400                     /var/cache/fontconfig/d5178ab6d91b49bf20a416737dcea9e8-le64.cache-7
7f36111d3000-7f36111d4000 r-xs 00000000 08:09 524367                     /var/cache/fontconfig/551ecf3b0e8b0bca0f25c0944f561853-le64.cache-7
7f36111d4000-7f36111d7000 r-xs 00000000 08:09 524409                     /var/cache/fontconfig/f259c2cffa685e28062317905db73c4a-le64.cache-7
7f36111d7000-7f36111da000 r-xs 00000000 08:09 524375                     /var/cache/fontconfig/674d1711f2d1d2a09646eb0bdcadee49-le64.cache-7
7f36111da000-7f36111e6000 r-xs 00000000 08:09 524402                     /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-7
7f36111e6000-7f36111f5000 r-xs 00000000 08:09 529748                     /var/cache/fontconfig/9b89f8e3dae116d678bbf48e5f21f69b-le64.cache-7
7f36111f5000-7f3611311000 rwxp 00000000 00:00 0 
7f3611311000-7f3611313000 r-xs 00000000 08:09 524366                     /var/cache/fontconfig/550f3886151c940c12a5ed35f6a00586-le64.cache-7
7f3611313000-7f3611314000 r-xs 00000000 08:09 524360                     /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-7
7f3611314000-7f3611315000 r-xs 00000000 08:09 524354                     /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-7
7f3611315000-7f3611316000 r-xs 00000000 08:09 524345                     /var/cache/fontconfig/0c9eb80ebd1c36541ebe2852d3bb0c49-le64.cache-7
7f3611316000-7f3611317000 r-xs 00000000 08:09 524364                     /var/cache/fontconfig/4d9c95eba1cb85bbcf2878543262124a-le64.cache-7
7f3611317000-7f3611318000 r-xs 00000000 08:09 524381                     /var/cache/fontconfig/85e0a52ce643a7ba2ae53e5d6949cead-le64.cache-7
7f3611318000-7f3611319000 r-xs 00000000 08:09 524362                     /var/cache/fontconfig/49f0de54bdd920fe4f0dfd4cbac43e6b-le64.cache-7
7f3611319000-7f361131a000 r-xs 00000000 08:09 524411                     /var/cache/fontconfig/f6e6e0a5c3d2f6ae0c0c2e0ecd42a997-le64.cache-7
7f361131a000-7f3611323000 r-xs 00000000 08:09 524398                     /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-7
7f3611323000-7f3611325000 r-xs 00000000 08:09 524376                     /var/cache/fontconfig/6afa1bb216ce958c1589e297e8008489-le64.cache-7
7f3611325000-7f3611328000 r-xs 00000000 08:09 531346                     /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-7
7f3611328000-7f361132c000 r-xs 00000000 08:09 524380                     /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-7
7f361132c000-7f3611333000 r-xs 00000000 08:09 1969740                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f3611333000-7f3611334000 r-xp 00027000 08:09 922451                     /lib/x86_64-linux-gnu/ld-2.27.so
7f3611334000-7f3611335000 rwxp 00028000 08:09 922451                     /lib/x86_64-linux-gnu/ld-2.27.so
7f3611335000-7f3611336000 rwxp 00000000 00:00 0 
7ffd44eb5000-7ffd44ed6000 rwxp 00000000 00:00 0                          [stack]
7ffd44fae000-7ffd44fb1000 r--p 00000000 00:00 0                          [vvar]
7ffd44fb1000-7ffd44fb3000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

CODE:
0x55f3a05722b8:   4f 8d 2c 0a 31 c9 66 90
0x55f3a05722c0:   4c 8b 8f 98 00 00 00 89
0x55f3a05722c8:   c8 44 8d 14 09 41 83 e2
0x55f3a05722d0:   02 4d 63 0c 81 4d 01 e1
0x55f3a05722d8:  >47 0f b6 3c 11 45 0f b6
0x55f3a05722e0:   51 01 45 0f b6 49 03 45
0x55f3a05722e8:   88 7c 05 00 89 c8 83 c1
0x55f3a05722f0:   01 d1 e8 4c 01 c0 45 88

REGS:
  r8:              0x15180 86400
  r9:       0x7f35fd49b000 139869859459072
 r10:                (nil) 0
 r11:       0x7f3609930400 139870065591296
 r12:       0x7f35fd49ac00 139869859458048
 r13:       0x7f360991f600 139870065522176
 r14:                0x780 1920
 r15:                (nil) 0
 rdi:       0x7f3590ff7610 139868042655248
 rsi:                0x1e0 480
 rbp:       0x7f3590ff7520 139868042655008
 rbx:       0x7f3609949900 139870065694976
 rdx:                0x240 576
 rax:                0x200 512
 rcx:                0x200 512
 rsp:       0x7f3590ff74f8 139868042654968
 rip:       0x55f3a05722d8 94504855479000
 eflags:        0x10206 66054
  cs: 0033
  gs: 0000
  fs: 0000
 err:                  0x4 4
 trapno:                  0xe 14
 oldmask:                (nil) 0
 cr2:       0x7f35fd49b000 139869859459072



Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
cinelerra_6995.dmp (76,474 bytes)   

v4t

2020-02-22 12:32

reporter   ~0002826

#MatN,
I have both VLC and Cin Ton.
Unfortunately with Cin no picture, however, Cin with the setting 720x576 YUYV shows a green background. There is probably not much missing to success.

v4t

2020-02-22 12:33

reporter   ~0002827

I have both VLC and Cin Sound...sorry

MatN

2020-02-28 23:39

reporter   ~0002846

I had little time to debug it, but noticed there are two weird things that I don't understand, in source module device4lbase.C:

- Line 310 has a loop going through the available formats using VIDIOC_ENUM_FMT. This first (and only one) it gets is format V4L2_PIX_FMT_YUYV . For this format, it then tries to get allowed frame sizes using VIDIOC_ENUM_FRAMESIZES , but that call immediately returns an error; it should return at least one valid frame size if I understand the kernel docs correctly.
- Line 429 and following do a VID_IOC_G_FMT which returns 720x480 YUYV .
It then does a VID_IOC_S_FMT with values 720x576 YUYV, but the return values from that are again the original values, so it does not actually change the format.

Andrew-R

2020-02-29 16:41

reporter   ~0002848

is there possibility switch at line 540 get sets norm to default case (default: std_id = V4L2_STD_NTSC_M; break;), because video_channel->norm at this point in time actually "0" ?

PhyllisSmith

2020-03-14 04:51

manager   ~0002899

Last edited: 2020-03-14 04:53

Tested again as we had located a PAL dvd and an old APEX-1200 dvd player that we were hoping to get working. Unfortunately we discovered that the APEX had had its firmware upgraded and would only read Region 1 so no PAL. However, the NTSC recorded both Video and Audio using a Hauppauge device and we had no problems with it. Attached shows our Cinelerra setup and you can see the recorded media loaded in the timeline and displayed in the compositor.

We have ordered an EasyCap and maybe it will help with diagnosis but my understanding is that EasyCap changes chip and firmware frequently and still call it the same name. Probably people have moved on from this problem but you never know.

usb_capture.png (407,543 bytes)

MatN

2020-03-14 13:10

reporter   ~0002900

I made a small program (attached) to locate the error. It seems to fail trying to enumerate frame sizes, and I don't understand why. Program output (on Mint 19.3) is below, the version is the same on Mint 18.3.

Device : /dev/video0, driver=usbtv card=usbtv bus_info=usb-0000:09:00.3-2 version=4.15.18
Capabilities: VIDEO_CAPTURE READWRITE STREAMING
Supported formats:
 format 0 ="YUYV 4:2:2"; pixelformat="YUYV", framesizes:
EnumFrameSizes failed with error 25: "Inappropriate ioctl for device"
VideoStandards per index:
 0 B000: NTSC-M NTSC-M-JP NTSC-M-KR
 1 1000: NTSC-M
 2 2000: NTSC-M-JP
 3 8000: NTSC-M-KR
 4 4000: NTSC-443
 5 FF: PAL-B PAL-B1 PAL-G PAL-H PAL-I PAL-D PAL-DI PAL-K
 6 7: PAL-B PAL-B1 PAL-G
 7 8: PAL-H
 8 10: PAL-I
 9 E0: PAL-D PAL-DI PAL-K
 10 100: PAL-M
 11 800: PAL-60
TestV4l2.C.7z (1,702 bytes)

MatN

2020-03-14 17:20

reporter   ~0002901

I think the enumframesize failure is not due to programming, but that the device/driver does not support it, because program v4l2-ctl doesn't show it either:
v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
    Index : 0
    Type : Video Capture
    Pixel Format: 'YUYV'
    Name : YUYV 4:2:2
This command should show framesizes too, per format.

PhyllisSmith

2020-03-22 20:53

manager   ~0002932

EasyCap device arrived and we tested it and the way gg got it to work was by using the Video In, Record Driver "Video4Linux2 JPEG" -- the device provided no probe data. As predicted it is not the exact device you are using but hopefully it has the same results. Packaging reads: Easy CAPture USB 2.0 Video Adapter with Audio (only $7.00) Model # DC60. Attached is a png showing Cinelerra setup.

Output on startup window while playing:
-----------------------------------------------------------
DeviceV4L2Base::v4l2_open pixels="MJPG"; res="480x320 640x480 720x480"
DeviceV4L2Base::v4l2_open pixels="YUYV"; res="480x320"
v4l2 s_fmt 640x480 MJPG
DeviceV4L2Base::v4l2_open VIDIOC_S_STD: Inappropriate ioctl for device
DeviceV4L2Base::v4l2_open VIDIOC_G_JPEGCOMP: Inappropriate ioctl for device
DeviceV4L2Base::v4l2_open VIDIOC_S_JPEGCOMP: Inappropriate ioctl for device
[Detaching after vfork from child process 6539]

Output from "dmesg" for EasyCap - Model # DC60:
-------------------------------------------------------------------------
[ 748.560775] usb 3-1.2: new high-speed USB device number 8 using xhci_hcd
[ 748.574296] usb 3-1.2: New USB device found, idVendor=534d, idProduct=0021, bcdDevice= 1.21
[ 748.574303] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 748.574307] usb 3-1.2: Product: AV TO USB2.0
[ 748.574310] usb 3-1.2: Manufacturer: MACROSILICON
[ 748.574313] usb 3-1.2: SerialNumber: 20150130
[ 748.635600] hid-generic 0003:534D:0021.0008: hiddev97,hidraw0: USB HID v1.10 Device [MACROSILICON AV TO USB2.0] on usb-0000:16:00.3-1.2/input4
[ 748.698491] mc: Linux media interface: v0.10
[ 748.727360] videodev: Linux video capture interface: v2.00
[ 748.796533] usbcore: registered new interface driver snd-usb-audio
[ 748.796660] uvcvideo: Found UVC 1.00 device AV TO USB2.0 (534d:0021)
[ 748.796876] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[ 748.797204] uvcvideo 3-1.2:1.0: Entity type for entity Processing 2 was not initialized!
[ 748.797212] uvcvideo 3-1.2:1.0: Entity type for entity Camera 1 was not initialized!
[ 748.797353] usbcore: registered new interface driver uvcvideo
[ 748.797356] USB Video Class driver (1.1.1)[ 3982.626522] retire_capture_urb: 7 callbacks suppressed
[ 3982.747515] usb 3-1.2: USB disconnect, device number 8
[ 4007.286371] usb 3-1.2: new high-speed USB device number 9 using xhci_hcd
[ 4007.302726] usb 3-1.2: New USB device found, idVendor=534d, idProduct=0021, bcdDevice= 1.21
[ 4007.302732] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4007.302736] usb 3-1.2: Product: AV TO USB2.0
[ 4007.302740] usb 3-1.2: Manufacturer: MACROSILICON
[ 4007.302743] usb 3-1.2: SerialNumber: 20150130
[ 4007.354826] uvcvideo: Found UVC 1.00 device AV TO USB2.0 (534d:0021)
[ 4007.354939] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[ 4007.355252] uvcvideo 3-1.2:1.0: Entity type for entity Processing 2 was not initialized!
[ 4007.355256] uvcvideo 3-1.2:1.0: Entity type for entity Camera 1 was not initialized!
[ 4007.420828] hid-generic 0003:534D:0021.0009: hiddev97,hidraw0: USB HID v1.10 Device [MACROSILICON AV TO USB2.0] on usb-0000:16:00.3-1.2/input4

@MatN
The program you attached is very useful. The dump you attached has too little information for analysis. If you ever have time and want to get more data, compile a debuggable CinGG, make sure gdb is installed, run as root in debug mode, and see if you can get that dump again.
EasyCap_setup.png (172,288 bytes)   
EasyCap_setup.png (172,288 bytes)   

MatN

2020-03-22 22:07

reporter   ~0002933

Interesting. I got it working without changes if I use qv4l2 to set it to PAL-BG mode and start viewing. That gives you a black screen and audio ticks. If you then stop it it stays in PAL-BG mode. I then can record using CinGG (using setting for PAL) if I choose the Video4Linux2 driver (the first) , not the jpeg or mpeg versions. Those fail. With the first driver the terminal window shows:

DeviceV4L2Base::v4l2_open pixels="YUYV"; res=""
v4l2 s_fmt 720x576 YUYV

I hope to hook up a VCR tomorrow and test real recording from tape.

@v4t, can you test if it works for you if you use qv4l2 first to set the device in PAL mode?

MatN

2020-03-22 22:16

reporter   ~0002934

Oops, found a crash. I was testing earlier without recording audio. When I switched on audio, Alsa device usbtv (and to make sure use qv4l2 before each recording),
CinGG statrs recording, but then crashes with a segv. This is very likely Alsa related, because qv4l2 also reports buffer underruns or some such, and you hear ticks.
The cinGG dump is attached, this is the 2020-02 version for Mint 19. Terminal shows:

v4l2 s_fmt 720x576 YUYV
** segv at 0x56221e814218 in pid 2914, tid 3964
writing debug data to /tmp/cinelerra_2914.dmp
lock_items: 27
lock_frees: 6
AudioALSA::write_buffer err -32(Broken pipe) at sample 2048
** dump complete
Segmentation fault (core dumped)
cinelerra_2914.dmp.7z (13,014 bytes)

MatN

2020-03-22 22:22

reporter   ~0002935

After the crash, I found in "journalctl -b" output quite a few red lines of:
 Stack trace of thread 2961:
                                                #0 0x00007fe15a9c19f3 futex_wait_cancelable (libpthread.so.0)
                                                0000001 0x00007fe14f163a0b n/a (radeonsi_dri.so)
                                                0000002 0x00007fe14f163607 n/a (radeonsi_dri.so)
                                                0000003 0x00007fe15a9bb6db start_thread (libpthread.so.0)
                                                #4 0x00007fe155a1688f __clone (libc.so.6)

Is it normal that many threads are waiting for radeonsi_drv.so ? I run (for this test) kernel 4.15.0-88-generic , video hardware is Ryzen 2400G, driver amdgpu .

Andrew-R

2020-03-22 23:24

reporter   ~0002936

for 3d part of graphics stack look at mesa3d, nowadays (and on radeonSI family of cards/GPUs) even 2D accel in X provided via 3d driver.....
https://cgit.freedesktop.org/mesa/mesa/ - I have this open alongside CinGG and few other projects (as someone who tries to live on leading edge here, because ..regressions happen, without reporting they easily hit releases, and took a lot of time to fix first upstream, and then in distros).

You can try to hang around at irc.freenode.net #radeon, I definitely got some help there in the past.

PhyllisSmith

2020-03-23 20:01

manager   ~0002939

@MatN
About: "Is it normal that many threads are waiting for radeonsi_drv.so ?" GG thinks these might be Radeon card lock errors you see in journalctl.

About: "AudioALSA::write_buffer err -32(Broken pipe) at sample 2048
** dump complete
Segmentation fault (core dumped)" GG says the dump looks like something is trying to open an output device but it is stuck doing so -- i.e. the output devie looks broken (are speakers auto-console?) Maybe jiggle the output by picking a different device will work.

Andrew-R

2020-03-23 20:24

reporter   ~0002940

Was about to add two links I was following long after I give away my tuner card:

https://git.linuxtv.org/xawtv3.git/ - you can look at this old program and also tvtime at the same addr. They supposedly use ALSA, too, for sound capture along with TV image.

https://build.opensuse.org/package/show/home:wolfi323/xdtv
"XdTV is a software to watch, record & stream TV"

I hope testing same device with various open-source apps will help to determinate what best course of action will be for Cinelerra ....

MatN

2020-03-23 22:04

reporter   ~0002942

Ok, more test results, now with a VHS VCR as source.
1. Before each recording you have to use qv4l2 to set it to PAL-BG mode (did not try other modes). If you then view the input using qv4l2 you get interrupted audio, video is OK. The terminal shows many audio buffer underruns/overruns. Exit qv4l2.
2. Using CinGG, audio input usbtv, video input video0, format 720x576. Settings to PAL 576I, but change audio samplerate to 44100.
The recording works, audio is fine, but the bottom half of the picture is wrong. See the two screenshots of the same scene, one from qv4l2, one from cin. Screenshots made with an external program "screenshot", came with Mint 19.3 XFCE. I did get a few audio errors on the terminal, but it sounded fine to me, although the source material is not the best to judge this.
AudioALSA::write_buffer err -32(Broken pipe) at sample 2048

Conclusion for now:
- CinGG obviously uses a different set video format mode than qv4l2, and apparently sets it back when it exists. Maybe this is also the reason the video bottom is wrong, almost looks like it is using the NTSC number of lines.
- Audio sample rate might be important, I got errors when using 48k (which I would expect it to be).

PhyllisSmith

2020-03-24 01:52

manager   ~0002945

@MatN
Interesting test results. GG installed the qv4l2 code on a test computer based on your notes and is looking at the qv4l2 code to see if he can pick up some improvements. In the past he has had trouble finding good v4l2 code to look at. The quality of qv4l2 versus cingg shown in your png files is a lot different and he would like to get better quality if possible. Meanwhile, I have found an EasyCap that has markings on it of "Video DVR" online and am hoping that it is really the same as yours of usbtv007. Unfortunately, it is being shipped from outside the country and will not be here until June 5 (fun to try another toy, so worth the wait). We do not think the Easy Cap we have can do PAL.

MatN

2020-03-24 21:55

reporter   ~0002950

I changed my test program after looking at qv4l2 code (like general-tab.cpp). It now switches video modes on demand, and the switch is confirmed when using qv4l2 afterwards.
The device I have enumerates a full list of standards, but if you select any of them, you only get NTSC or PAL. Some PAL standard even set it to NTSC.
The way to use it is either "TestV4l2" which shows current standard and device/format details, or "TestV4l2 name" where "name" is one of the standard listed before. In this last case, it will switch the standard and retrieve it afterwards to check.
So it looks my device at least only supports PAL or NTSC. Considering the USB capture thing only connect to a SCART or S-Video connector, that might be sufficient.
Attached is the update test program.
It looks like horizontal pixels is always 720, only the number of vertical lines varies. I wonder if it is feasible to allow querying the device in the Preferences->Recording tab, and either give a choice like qv4l2 does, or only let choose between NTSC/PAL/SECAM, although I do not know if there is any capture thing that support SECAM.
TestV4l2.C-2.7z (2,078 bytes)

MatN

2020-03-24 22:00

reporter   ~0002951

Because other people have different capture devices, it might be useful to show the output of mine. The device was in mode FF (PAL), I tried switching is to PAL-M and it ended up in mode F900 which is NTSC.
=== Program output ===
Current video standard id: FF

Device : /dev/video0, driver=usbtv card=usbtv bus_info=usb-0000:09:00.3-2 version=4.15.18
Capabilities: VIDEO_CAPTURE READWRITE STREAMING

Supported formats:
 format 0 ="YUYV 4:2:2"; pixelformat="YUYV", framesizes:
EnumFrameSizes failed with error 25: "Inappropriate ioctl for device"

Device video capture standards:
index, hex value, name, lines/frame, frame period, frame frequency
 00, 0000B000, NTSC, 525, 1001/30000, 29.97
 01, 00001000, NTSC-M, 525, 1001/30000, 29.97
 02, 00002000, NTSC-M-JP, 525, 1001/30000, 29.97
 03, 00008000, NTSC-M-KR, 525, 1001/30000, 29.97
 04, 00004000, NTSC-443, 525, 1001/30000, 29.97
 05, 000000FF, PAL, 625, 1/25, 25.00
 06, 00000007, PAL-BG, 625, 1/25, 25.00
 07, 00000008, PAL-H, 625, 1/25, 25.00
 08, 00000010, PAL-I, 625, 1/25, 25.00
 09, 000000E0, PAL-DK, 625, 1/25, 25.00
 10, 00000100, PAL-M, 525, 1001/30000, 29.97
 11, 00000800, PAL-60, 525, 1001/30000, 29.97

Current video standard id: F900
==================

MatN

2020-03-25 17:06

reporter   ~0002954

I found two more USB video devices (webcam), and those do support EnumFrameSize. I presume CinGG should be able to record from a webcam too?
Anyway, I changed my test program to show more info, I hope it is useful if someone has problems recording: it will show what the device can do. Hopefully this will diminish the requirement for the developer to have a problematic device available.

Here is the TestV4l2 output of the three devices, the usb stick was set to switch to PAL mode.
========== TestV2L4 output for Easycap USB video capture stick ===
./TestV4l2 PAL

Current video standard id: F900

Device : /dev/video0, driver=usbtv, card=usbtv, bus_info=usb-0000:09:00.3-2, version=4.15.18
Capabilities: VIDEO_CAPTURE READWRITE STREAMING

Supported formats:
 format 0 ="YUYV 4:2:2",pixelformat="YUYV",
 image format=V4L2_BUF_TYPE_VIDEO_CAPTURE, data stream type=?, framesizes:
EnumFrameSizes failed with error 25: "Inappropriate ioctl for device"

Device video capture standards:
index, hex value, name, lines/frame, frame period, frame frequency
 00, 0000B000, NTSC, 525, 1001/30000, 29.97
 01, 00001000, NTSC-M, 525, 1001/30000, 29.97
 02, 00002000, NTSC-M-JP, 525, 1001/30000, 29.97
 03, 00008000, NTSC-M-KR, 525, 1001/30000, 29.97
 04, 00004000, NTSC-443, 525, 1001/30000, 29.97
 05, 000000FF, PAL, 625, 1/25, 25.00
 06, 00000007, PAL-BG, 625, 1/25, 25.00
 07, 00000008, PAL-H, 625, 1/25, 25.00
 08, 00000010, PAL-I, 625, 1/25, 25.00
 09, 000000E0, PAL-DK, 625, 1/25, 25.00
 10, 00000100, PAL-M, 525, 1001/30000, 29.97
 11, 00000800, PAL-60, 525, 1001/30000, 29.97

Current video standard id: FF

========== TestV2L4 output for Philips webcam ===
./TestV4l2
VideoGetStandard failed with error 25: "Inappropriate ioctl for device"

Device : /dev/video0, driver=pwc, card=Philips 730 webcam, bus_info=usb-0000:01:00.0-4, version=4.15.18
Capabilities: VIDEO_CAPTURE READWRITE STREAMING

Supported formats:
 format 0 ="Raw Philips Webcam Type (New)",pixelformat="PWC2",
 image format=V4L2_BUF_TYPE_VIDEO_CAPTURE, data stream type=V4L2_FMT_FLAG_COMPRESSED, framesizes:
type 1, 160x120
type 1, 320x240
type 1, 640x480
 format 1 ="Planar YUV 4:2:0",pixelformat="YU12",
 image format=V4L2_BUF_TYPE_VIDEO_CAPTURE, data stream type=?, framesizes:
type 1, 160x120
type 1, 320x240
type 1, 640x480
EnumVideoStandards failed with error 25: "Inappropriate ioctl for device"

========== TestV2L4 output for Logitech Quickcam Messenger webcam ===
./TestV4l2
VideoGetStandard failed with error 25: "Inappropriate ioctl for device"

Device : /dev/video0, driver=STV06xx, card=Camera, bus_info=usb-0000:01:00.0-4, version=4.15.18
Capabilities: VIDEO_CAPTURE READWRITE STREAMING

Supported formats:
 format 0 ="8-bit Bayer GRGR/BGBG",pixelformat="GRBG",
 image format=V4L2_BUF_TYPE_VIDEO_CAPTURE, data stream type=?, framesizes:
type 1, 162x120
type 1, 324x240
EnumVideoStandards failed with error 25: "Inappropriate ioctl for device"
TestV4l2.C-3.7z (2,491 bytes)

PhyllisSmith

2020-03-25 18:03

manager   ~0002955

@MatN
Thanks for the updated program - it is helpful. And, Yes, you can record from a Webcam as we have done that before.

PhyllisSmith

2020-09-05 00:37

manager   ~0003990

@MatN
Late update - the EasyCap that has markings on it of "Video DVR" online arrived and I was hoping that it is really is the same as usbtv007. Unfortunately, the system messages show it as the exact same device as the one we already had . The accompanying information says this Easy Cap can do PAL but we have not thoroughly tested it yet because discouraged by the fact that it looks the same as the first one. It is still sitting here waiting for us to try ... !

Issue History

Date Modified Username Field Change
2020-02-11 19:09 v4t New Issue
2020-02-12 01:24 PhyllisSmith Note Added: 0002801
2020-02-12 05:02 Andrew-R Note Added: 0002803
2020-02-18 18:17 v4t Note Added: 0002815
2020-02-18 18:34 v4t Note Added: 0002816
2020-02-18 18:38 v4t Note Added: 0002817
2020-02-19 06:25 Andrew-R Note Added: 0002820
2020-02-19 18:49 v4t File Added: Screenshot_YUYV.png
2020-02-19 18:49 v4t Note Added: 0002821
2020-02-19 20:21 Andrew-R Note Added: 0002822
2020-02-20 22:17 MatN File Added: cinelerra_6995.dmp
2020-02-20 22:17 MatN Note Added: 0002823
2020-02-22 12:32 v4t Note Added: 0002826
2020-02-22 12:33 v4t Note Added: 0002827
2020-02-28 23:39 MatN Note Added: 0002846
2020-02-29 16:41 Andrew-R Note Added: 0002848
2020-03-14 04:51 PhyllisSmith File Added: usb_capture.png
2020-03-14 04:51 PhyllisSmith Note Added: 0002899
2020-03-14 04:51 PhyllisSmith Assigned To => goodguy
2020-03-14 04:51 PhyllisSmith Status new => assigned
2020-03-14 04:53 PhyllisSmith Note Edited: 0002899
2020-03-14 13:10 MatN File Added: TestV4l2.C.7z
2020-03-14 13:10 MatN Note Added: 0002900
2020-03-14 17:20 MatN Note Added: 0002901
2020-03-22 20:53 PhyllisSmith File Added: EasyCap_setup.png
2020-03-22 20:53 PhyllisSmith Note Added: 0002932
2020-03-22 22:07 MatN Note Added: 0002933
2020-03-22 22:16 MatN File Added: cinelerra_2914.dmp.7z
2020-03-22 22:16 MatN Note Added: 0002934
2020-03-22 22:22 MatN Note Added: 0002935
2020-03-22 23:24 Andrew-R Note Added: 0002936
2020-03-23 20:01 PhyllisSmith Note Added: 0002939
2020-03-23 20:24 Andrew-R Note Added: 0002940
2020-03-23 22:04 MatN File Added: Screenshot_qv4l2.png
2020-03-23 22:04 MatN File Added: Screenshot_cingg-2020-02.png
2020-03-23 22:04 MatN Note Added: 0002942
2020-03-24 01:52 PhyllisSmith Note Added: 0002945
2020-03-24 21:55 MatN File Added: TestV4l2.C-2.7z
2020-03-24 21:55 MatN Note Added: 0002950
2020-03-24 22:00 MatN Note Added: 0002951
2020-03-25 17:06 MatN File Added: TestV4l2.C-3.7z
2020-03-25 17:06 MatN Note Added: 0002954
2020-03-25 18:03 PhyllisSmith Note Added: 0002955
2020-09-05 00:37 PhyllisSmith Note Added: 0003990