This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCSDK Video H265 Demo Core Dump

Hello,

I am attempting to run the H265 encoder demo in MCSDK Video on a DSPC-8681E PCIe card.

I am using MCSDK Video 2.2.0.38 and Desktop Linux SDK 1.0.2.0.

After running the H265 encoder installDemo.sh script in MCSDK Video. I ran the following in Desktop Linux:
./install_grub.sh 1024 8
./install_cmem_autoload.sh

Then I rebooted the server and ran the following in MCSDK Video in the H265 encoder scripts folder:
source setDemoEnv.sh
./reset_dsp.sh 1250
./dnld_dsp.sh 1
./demoSave2File.sh

It looks like when trying to read the 2nd encoded frame, I am getting a core dump. I have attached the log of this.

Is there something else I need to configure?

I have 32 GB of memory available in the system and am only using about 1 GB so I don't think this is an issue.

mcsdk_video_log.txt
scripts$ ./reset_dsp.sh 1250
Num of devices 4

 Iterations waited for entry point to clear 2
Dsp 0:  DSP Reset success !

 Iterations waited for entry point to clear 2
Dsp 1:  DSP Reset success !

 Iterations waited for entry point to clear 2
Dsp 2:  DSP Reset success !

 Iterations waited for entry point to clear 2
Dsp 3:  DSP Reset success !
Number of devices: 4
Device: 0 : dspc8681

boot config file initcfg_1250.txt
 DSP boot config addr 0x86ff00
 DSP boot config size in bytes 8
Boot config words: 0xbabeface,
Boot config words: 0x19,
 Overriding image entry point with input 860000 Download image success !
Device: 1 : dspc8681

boot config file initcfg_1250.txt
 DSP boot config addr 0x86ff00
 DSP boot config size in bytes 8
Boot config words: 0xbabeface,
Boot config words: 0x19,
 Overriding image entry point with input 860000 Download image success !
Device: 2 : dspc8681

boot config file initcfg_1250.txt
 DSP boot config addr 0x86ff00
 DSP boot config size in bytes 8
Boot config words: 0xbabeface,
Boot config words: 0x19,
 Overriding image entry point with input 860000 Download image success !
Device: 3 : dspc8681

boot config file initcfg_1250.txt
 DSP boot config addr 0x86ff00
 DSP boot config size in bytes 8
Boot config words: 0xbabeface,
Boot config words: 0x19,
 Overriding image entry point with input 860000 Download image success !
scripts$ ./dnld_dsp.sh 1

boot config file ./bootcfg/bootcfg_0.txt
 DSP boot config addr 0x800000
 DSP boot config size in bytes 20
Boot config words: 0xbabeface,
Boot config words: 0x0,
Boot config words: 0x3,
Boot config words: 0x12345678,
Boot config words: 0x90abcdef,
 Overriding image entry point with input c000000 Download image success !
scripts$ ./demoSave2File.sh
checkHostBufReqs() Complete.

Demo Configuration:

Verbosity ..... 2
Channel 1 Configuration:

Channel . ..... H265 Encode
Width ......... 1280
Height ........ 720
Algorithm ..... HEVCENC
Team 1 ........ 0 1 2 3 4 5 6 7


Node Mapping:
         1  1  1  1  1  1  1  1
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0



[1441050177.548340345] (DEBUG) openDevices() : There are a total of 4 devices discovered in the system.
[1441050177.548347402] (DEBUG) device2deviceMapping() : Device 0 does not need to map to another device. Reserving PCIe memory range.
[1441050177.548357409] (DEBUG) device2deviceMapping() : Memory range reserved for Dev 0, Memrage: 0x60000000, Size: 0x01800000
[1441050177.548364369] (DEBUG) device2deviceMapping() : Memory range reserved for Dev 0, Memrage: 0x61800000, Size: 0x01800000
[1441050177.548370607] (DEBUG) initDevices() : Opening cmem driver...
[1441050177.548382118] (DEBUG) initDevices() : cmem driver opened.
[1441050177.548401659] (DEBUG) initDevices() : Allocating contiguous memory for static mapping...
[1441050177.550175221] (DEBUG) initDevices() : Static global memory allocated.
[1441050177.554299296] (DEBUG) initDevices() : Reserving shared memory range for static global memory...
[1441050177.554310056] (DEBUG) initDevices() : Static global memory range allocated for Dev 0, Memrage: 0x62800000
[1441050177.554316323] (DEBUG) initDevice() : Mapping x86 contiguous memory to static global memory on device #0...
[1441050177.554323354] (DEBUG) initDevices() : Global IO memory range allocated for Dev 0, Memrage: 0x63800000
[1441050177.554329455] (DEBUG) initDevices() : Shared static global memory starts at 0x62800000.
[1441050177.554335200] (DEBUG) initDevices() : Shared input starts at 0x63800000.
initDevices() Complete.
[1441050177.554346687] (DEBUG) createBufferPools() : Demo will use 2 CMEM buffers for input, 8 CMEM buffers for output.
[1441050177.554391016] (DEBUG) createBufferPools() : Allocating contiguous memory...
[1441050177.554400237] (DEBUG) createBufferPools() : 2 Input and 8 Output Buffers.
[1441050177.563198612] (DEBUG) createBufferPools() : Contiguous memory allocated.
[1441050177.563213892] (DEBUG) createBufferPools() : Input buffer pool created.
[1441050177.563220830] (DEBUG) createBufferPools() : Output buffer pool created.
createBufferPools() Complete.
[1441050177.563266433] (DEBUG) DeviceIOCreateNode(0,0) : TX mailbox handle allocated.
[1441050177.563284598] (DEBUG) DeviceIOCreateNode(0,0) : TX Mailbox created.
[1441050177.563294262] (DEBUG) DeviceIOCreateNode(0,0) : Opened Tx mailbox.
[1441050177.563308630] (DEBUG) DeviceIOCreateNode(0,0) : RX mailbox handle allocated.
[1441050177.563323091] (DEBUG) DeviceIOCreateNode(0,0) : RX Mailbox created.
[1441050177.563332029] (DEBUG) DeviceIOCreateNode(0,0) : Opened Rx mailbox.
[1441050177.563347086] (DEBUG) DeviceIOCreateNode(0,1) : TX mailbox handle allocated.
[1441050177.563368545] (DEBUG) DeviceIOCreateNode(0,1) : TX Mailbox created.
[1441050177.563387108] (DEBUG) DeviceIOCreateNode(0,1) : Opened Tx mailbox.
[1441050177.563401158] (DEBUG) DeviceIOCreateNode(0,1) : RX mailbox handle allocated.
[1441050177.563412306] (DEBUG) DeviceIOCreateNode(0,1) : RX Mailbox created.
[1441050177.563429388] (DEBUG) DeviceIOCreateNode(0,1) : Opened Rx mailbox.
[1441050177.563445018] (DEBUG) DeviceIOCreateNode(0,2) : TX mailbox handle allocated.
[1441050177.563451035] (DEBUG) DeviceIOCreateNode(0,2) : TX Mailbox created.
[1441050177.563470347] (DEBUG) DeviceIOCreateNode(0,2) : Opened Tx mailbox.
[1441050177.563486400] (DEBUG) DeviceIOCreateNode(0,2) : RX mailbox handle allocated.
[1441050177.563497689] (DEBUG) DeviceIOCreateNode(0,2) : RX Mailbox created.
[1441050177.563506806] (DEBUG) DeviceIOCreateNode(0,2) : Opened Rx mailbox.
[1441050177.563522326] (DEBUG) DeviceIOCreateNode(0,3) : TX mailbox handle allocated.
[1441050177.563529788] (DEBUG) DeviceIOCreateNode(0,3) : TX Mailbox created.
[1441050177.563548008] (DEBUG) DeviceIOCreateNode(0,3) : Opened Tx mailbox.
[1441050177.563564223] (DEBUG) DeviceIOCreateNode(0,3) : RX mailbox handle allocated.
[1441050177.563576352] (DEBUG) DeviceIOCreateNode(0,3) : RX Mailbox created.
[1441050177.563585166] (DEBUG) DeviceIOCreateNode(0,3) : Opened Rx mailbox.
[1441050177.563608782] (DEBUG) DeviceIOCreateNode(0,4) : TX mailbox handle allocated.
[1441050177.563615889] (DEBUG) DeviceIOCreateNode(0,4) : TX Mailbox created.
[1441050177.563628768] (DEBUG) DeviceIOCreateNode(0,4) : Opened Tx mailbox.
[1441050177.563644127] (DEBUG) DeviceIOCreateNode(0,4) : RX mailbox handle allocated.
[1441050177.563658176] (DEBUG) DeviceIOCreateNode(0,4) : RX Mailbox created.
[1441050177.563667079] (DEBUG) DeviceIOCreateNode(0,4) : Opened Rx mailbox.
[1441050177.563686299] (DEBUG) DeviceIOCreateNode(0,5) : TX mailbox handle allocated.
[1441050177.563696650] (DEBUG) DeviceIOCreateNode(0,5) : TX Mailbox created.
[1441050177.563705703] (DEBUG) DeviceIOCreateNode(0,5) : Opened Tx mailbox.
[1441050177.563721008] (DEBUG) DeviceIOCreateNode(0,5) : RX mailbox handle allocated.
[1441050177.563733536] (DEBUG) DeviceIOCreateNode(0,5) : RX Mailbox created.
[1441050177.563742413] (DEBUG) DeviceIOCreateNode(0,5) : Opened Rx mailbox.
[1441050177.563757531] (DEBUG) DeviceIOCreateNode(0,6) : TX mailbox handle allocated.
[1441050177.563768535] (DEBUG) DeviceIOCreateNode(0,6) : TX Mailbox created.
[1441050177.563779043] (DEBUG) DeviceIOCreateNode(0,6) : Opened Tx mailbox.
[1441050177.563798228] (DEBUG) DeviceIOCreateNode(0,6) : RX mailbox handle allocated.
[1441050177.563813726] (DEBUG) DeviceIOCreateNode(0,6) : RX Mailbox created.
[1441050177.563822646] (DEBUG) DeviceIOCreateNode(0,6) : Opened Rx mailbox.
[1441050177.563839979] (DEBUG) DeviceIOCreateNode(0,7) : TX mailbox handle allocated.
[1441050177.563846852] (DEBUG) DeviceIOCreateNode(0,7) : TX Mailbox created.
[1441050177.563858313] (DEBUG) DeviceIOCreateNode(0,7) : Opened Tx mailbox.
[1441050177.563874397] (DEBUG) DeviceIOCreateNode(0,7) : RX mailbox handle allocated.
[1441050177.563886646] (DEBUG) DeviceIOCreateNode(0,7) : RX Mailbox created.
[1441050177.563898389] (DEBUG) DeviceIOCreateNode(0,7) : Opened Rx mailbox.
createDeviceIO(0) Complete.
[1441050177.564045968] (DEBUG) DeviceIOTxThread(0) : Hello! ThreadID = 0x65D68700
[1441050177.564047254] (DEBUG) DeviceIORxThread(0) : Hello! ThreadID = 0x65567700
[1441050177.564028752] (DEBUG) sendDeviceConfig(H265 Encode:HEVCENC) :
codecName = HEVCENC
nCores = 8
coreTeamMapping = 0 1 2 3 4 5 6 7 -1

#StaticParams - IVIDENC2_Params
static_param0   = 820                     # IVIDEND2_Params :: size
static_param1   = 3                      # IVIDEND2_Params :: encodingPreset
static_param2   = 2                      # IVIDEND2_Params :: rateControlPreset
static_param3   = 720                      # IVIDEND2_Params :: MaxHeight
static_param4   = 1280                      # IVIDEND2_Params :: MaxWidth
static_param5   = 1                      # IVIDEND2_Params :: dataEndianness
static_param6   = 8                      # IVIDEND2_Params :: MaxInterFrameInterval
static_param7   = 20000000                      # IVIDEND2_Params :: m[1441050177.564294363] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0.
[1441050177.564391584] (DEBUG) DeviceIOTxThread(0) : Allocated buffer for the configuration of node #0!
[1441050177.564538698] (DEBUG) DeviceIOTxThread(0) : Configuration written to 0xB0000000 for node #0.
[1441050177.564555487] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.
[1441050177.564562129] (DEBUG) DeviceIOTxThread(0) : Finished with message #-1854494592.
[1441050177.564573539] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 1.
[1441050177.564588294] (DEBUG) DeviceIOTxThread(0) : Allocated buffer for the configuration of node #1!
[1441050177.564725683] (DEBUG) DeviceIOTxThread(0) : Configuration written to 0xB0800000 for node #1.
[1441050177.564739578] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.
[1441050177.564745355] (DEBUG) DeviceIOTxThread(0) : Finished with message #-1854494592.
[1441050177.564753828] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 2.
[1441050177.564767499] (DEBUG) DeviceIOTxThread(0) : Allocated buffer for the configuration of node #2!
[1441050177.564904890] (DEBUG) DeviceIOTxThread(0) : Configuration written to 0xB1000000 for node #2.
[1441050177.564918159] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.
[1441050177.564924015] (DEBUG) DeviceIOTxThread(0) : Finished with message #-1854494592.
[1441050177.564932235] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 3.
[1441050177.564946273] (DEBUG) DeviceIOTxThread(0) : Allocated buffer for the configuration of node #3!
[1441050177.565083688] (DEBUG) DeviceIOTxThread(0) : Configuration written to 0xB1800000 for node #3.
[1441050177.565097197] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.
[1441050177.565102946] (DEBUG) DeviceIOTxThread(0) : Finished with message #-1854494592.
[1441050177.565111095] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 4.
[1441050177.565124919] (DEBUG) DeviceIOTxThread(0) : Allocated buffer for the configuration of node #4!
[1441050177.565262245] (DEBUG) DeviceIOTxThread(0) : Configuration written to 0xB2000000 for node #4.
[1441050177.565275851] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.
[1441050177.565281523] (DEBUG) DeviceIOTxThread(0) : Finished with message #-1854494592.
[1441050177.565289681] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 5.
[1441050177.565302975] (DEBUG) DeviceIOTxThread(0) : Allocated buffer for the configuration of node #5!
sendDeviceConfig(0) Complete.
createOutputPipe(0) Complete.
createReorder(0) Complete.
[1441050177.565413758] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Master: 0,0
[1441050177.565424021] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 0 : 0,1
[1441050177.565432104] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 1 : 0,2
[1441050177.565438091] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 2 : 0,3
[1441050177.565448616] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 3 : 0,4
[1441050177.565457218] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 4 : 0,5
[1441050177.565474139] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 5 : 0,6
[1441050177.565480295] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 6 : 0,7
[1441050177.565440858] (DEBUG) DeviceIOTxThread(0) : Configuration written to 0xB2800000 for node #5.
createScheduler(0) Complete.
[1441050177.565512447] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.
[1441050177.565547743] (DEBUG) DeviceIOTxThread(0) : Finished with message #-1854494592.
[1441050177.565557907] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 6.
[1441050177.565579414] (DEBUG) DeviceIOTxThread(0) : Allocated buffer for the configuration of node #6!
[1441050177.565717692] (DEBUG) DeviceIOTxThread(0) : Configuration written to 0xB3000000 for node #6.
[1441050177.565731544] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.
[1441050177.565737392] (DEBUG) DeviceIOTxThread(0) : Finished with message #-1854494592.
[1441050177.565745567] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 7.
[1441050177.565759481] (DEBUG) DeviceIOTxThread(0) : Allocated buffer for the configuration of node #7!
[1441050177.565897193] (DEBUG) DeviceIOTxThread(0) : Configuration written to 0xB3800000 for node #7.
[1441050177.565910063] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.
[1441050177.565915823] (DEBUG) DeviceIOTxThread(0) : Finished with message #-1854494592.
[1441050177.726490720] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ...
[1441050177.726531109] (DEBUG) DeviceIORxConfig(0) : Received configuration response from node 0.
[1441050177.726541116] (DEBUG) DeviceIORxThread(0) : Getting message from node #1 ...
[1441050177.726557866] (DEBUG) DeviceIORxConfig(0) : Received configuration response from node 1.
[1441050177.726563906] (DEBUG) DeviceIORxThread(0) : Getting message from node #2 ...
[1441050177.726580451] (DEBUG) DeviceIORxConfig(0) : Received configuration response from node 2.
[1441050177.726587726] (DEBUG) DeviceIORxThread(0) : Getting message from node #3 ...
[1441050177.726603897] (DEBUG) DeviceIORxConfig(0) : Received configuration response from node 3.
[1441050177.726610011] (DEBUG) DeviceIORxThread(0) : Getting message from node #4 ...
[1441050177.726625901] (DEBUG) DeviceIORxConfig(0) : Received configuration response from node 4.
[1441050177.726637684] (DEBUG) DeviceIORxThread(0) : Getting message from node #5 ...
[1441050177.726653979] (DEBUG) DeviceIORxConfig(0) : Received configuration response from node 5.
[1441050177.726660777] (DEBUG) DeviceIORxThread(0) : Getting message from node #6 ...
[1441050177.726676879] (DEBUG) DeviceIORxConfig(0) : Received configuration response from node 6.
[1441050177.726682966] (DEBUG) DeviceIORxThread(0) : Getting message from node #7 ...
[1441050177.726699107] (DEBUG) DeviceIORxConfig(0) : Received configuration response from node 7.
ackDeviceConfig(0) Complete.
[1441050178.565627631] (DEBUG) FileReaderCreate(H265 Encode) : Creating instance of FileReader...
[1441050178.565636489] (DEBUG) FileReaderCreate(H265 Encode) : Instance memory allocated.
[1441050178.565643713] (DEBUG) FileReaderCreate(H265 Encode) : Allocated memory for 1 files.
[1441050178.565664778] (DEBUG) FileReaderCreate(H265 Encode) : Configured to read from 1 files.
[1441050178.565709008] (DEBUG) FileReaderCreate(H265 Encode) : Instance creation succeeded!
createFileReader(0) Complete.
createDataSrc(0) Complete.
[1441050178.565731183] (DEBUG) FileWriterCreate(H265 Encode) : Creating instance of FileWriter...
[1441050178.565757719] (DEBUG) FileWriterCreate(H265 Encode) : Instance memory allocated.
[1441050178.565737887] (DEBUG) FileReaderThread(H265 Encode) : Hello from FileReader thread. Thread ID = 0x64D65700
[1441050178.565837456] (DEBUG) FileWriterThread(H265 Encode) : Hello from FileWriter thread. ThreadID = 0x5FFFF700
[1441050178.565852051] (DEBUG) FileWriterCreate(H265 Encode) : Instance creation succeeded!
createFileWriter(0) Complete.
createDataSnk(0) Complete.
[1441050178.566359901] (DEBUG) FileReaderThread(H265 Encode) : Read 1382400 bytes in 549863 ns.
[1441050178.566367726] (DEBUG) FileReaderThread(H265 Encode) : Iter = 0, Clip = ../testVecs/input/airshow_p1280x720.yuv, Frame = 0 / 5, Size = 1382400
[1441050178.566373295] (DEBUG) FileReaderThread(H265 Encode) : Sending task #1 to device #0, node #0 ...
[1441050178.566380432] (DEBUG) FileReaderThread(H265 Encode) : Finished writing message.
[1441050178.566427127] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0.
[1441050178.566474403] (DEBUG) DeviceIOTxProcess(0) : Received message: #1, Task ID: 1, Frame ID: 1, Node 0, BufSize 1382400 bytes.
[1441050178.566482786] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000).
[1441050178.566490181] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0x65800000).
[1441050178.566497924] (DEBUG) DeviceIOTxThread(0) : Allocated output frame descriptor.
[1441050178.566503576] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0
[1441050178.566516766] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 1)
[1441050178.566524849] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.
[1441050178.567242703] (DEBUG) FileReaderThread(H265 Encode) : Read 1382400 bytes in 850000 ns.
[1441050178.567254909] (DEBUG) FileReaderThread(H265 Encode) : Iter = 0, Clip = ../testVecs/input/airshow_p1280x720.yuv, Frame = 1 / 5, Size = 1382400
[1441050178.567259286] (DEBUG) FileReaderThread(H265 Encode) : Sending task #2 to device #0, node #0 ...
[1441050178.567264017] (DEBUG) FileReaderThread(H265 Encode) : Finished writing message.
[1441050178.569387988] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 1
[1441050178.569397712] (DEBUG) DeviceIOTxThread(0) : DMA Complete.
[1441050178.569405403] (ERROR) FileReaderThread(H265 Encode) : Made 41529 attempts to allocate host input buffer.
*** glibc detected *** /opt/ti/mcsdk_video_2_2_0_38/host/bin/demo_c667x: free(): invalid next size (fast): 0x00007f1a58000b00 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7db26)[0x7f1a76dbdb26]
/opt/ti/mcsdk_video_2_2_0_38/host/bin/demo_c667x[0x40709f]
/opt/ti/mcsdk_video_2_2_0_38/host/bin/demo_c667x[0x406715]
/opt/ti/mcsdk_video_2_2_0_38/host/bin/demo_c667x[0x406d4a]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a)[0x7f1a77d20e9a]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f1a76e3338d]
======= Memory map: ========
00400000-00427000 r-xp 00000000 fc:00 1716502                            /opt/ti/mcsdk_video_2_2_0_38/host/bin/demo_c667x
00627000-00628000 r--p 00027000 fc:00 1716502                            /opt/ti/mcsdk_video_2_2_0_38/host/bin/demo_c667x
00628000-0062a000 rw-p 00028000 fc:00 1716502                            /opt/ti/mcsdk_video_2_2_0_38/host/bin/demo_c667x
0062a000-0062b000 rw-p 00000000 00:00 0
00636000-009ee000 rw-p 00000000 00:00 0                                  [heap]
7f1a58000000-7f1a58021000 rw-p 00000000 00:00 0
7f1a58021000-7f1a5c000000 ---p 00000000 00:00 0
7f1a5f7ff000-7f1a5f800000 ---p 00000000 00:00 0
7f1a5f800000-7f1a60000000 rw-p 00000000 00:00 0
7f1a60000000-7f1a60028000 rw-p 00000000 00:00 0
7f1a60028000-7f1a64000000 ---p 00000000 00:00 0
7f1a64565000-7f1a64566000 ---p 00000000 00:00 0
7f1a64566000-7f1a64d67000 rw-p 00000000 00:00 0
7f1a64d67000-7f1a64d68000 ---p 00000000 00:00 0
7f1a64d68000-7f1a65568000 rw-p 00000000 00:00 0
7f1a65568000-7f1a65569000 ---p 00000000 00:00 0
7f1a65569000-7f1a65d69000 rw-p 00000000 00:00 0
7f1a65d69000-7f1a66569000 rw-s 7c6000000 00:05 26710                     /dev/cmem
7f1a66569000-7f1a66d69000 rw-s 7c5800000 00:05 26710                     /dev/cmem
7f1a66d69000-7f1a67569000 rw-s 7c5000000 00:05 26710                     /dev/cmem
7f1a67569000-7f1a67d69000 rw-s 7c4800000 00:05 26710                     /dev/cmem
7f1a67d69000-7f1a68569000 rw-s 7c4000000 00:05 26710                     /dev/cmem
7f1a68569000-7f1a68d69000 rw-s 7c3800000 00:05 26710                     /dev/cmem
7f1a68d69000-7f1a69569000 rw-s 7c3000000 00:05 26710                     /dev/cmem
7f1a69569000-7f1a69d69000 rw-s 7c2800000 00:05 26710                     /dev/cmem
7f1a69d69000-7f1a6a569000 rw-s 7c2000000 00:05 26710                     /dev/cmem
7f1a6a569000-7f1a6ad69000 rw-s 7c1800000 00:05 26710                     /dev/cmem
7f1a6ad69000-7f1a6b569000 rw-s 7c1000000 00:05 26710                     /dev/cmem
7f1a6b569000-7f1a6bd69000 rw-s 7c0800000 00:05 26710                     /dev/cmem
7f1a6bd69000-7f1a6c6dd000 rw-p 00000000 00:00 0
7f1a6ca4c000-7f1a6ca61000 r-xp 00000000 fc:00 786476                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f1a6ca61000-7f1a6cc60000 ---p 00015000 fc:00 786476                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f1a6cc60000-7f1a6cc61000 r--p 00014000 fc:00 786476                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f1a6cc61000-7f1a6cc62000 rw-p 00015000 fc:00 786476                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f1a6cc62000-7f1a6cc63000 rw-p 00000000 00:00 0
7f1a6cc63000-7f1a6dc63000 rw-s f4000000 00:0e 26664                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:09.0/0000:0a:00.0/resource4
7f1a6dc63000-7f1a6e463000 rw-s f5800000 00:0e 26662                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:09.0/0000:0a:00.0/resource3
7f1a6e463000-7f1a6e863000 rw-s f6400000 00:0e 26660                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:09.0/0000:0a:00.0/resource2
7f1a6e863000-7f1a6ec63000 rw-s f6800000 00:0e 26658                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:09.0/0000:0a:00.0/resource1
7f1a6ec63000-7f1a6ec64000 rw-s f7ff0000 00:0e 26657                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:09.0/0000:0a:00.0/resource0
7f1a6ec64000-7f1a6fc64000 rw-s f2000000 00:0e 26653                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:08.0/0000:09:00.0/resource4
7f1a6fc64000-7f1a70464000 rw-s f3000000 00:0e 26651                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:08.0/0000:09:00.0/resource3
7f1a70464000-7f1a70864000 rw-s f3800000 00:0e 26649                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:08.0/0000:09:00.0/resource2
7f1a70864000-7f1a70c64000 rw-s f3c00000 00:0e 26647                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:08.0/0000:09:00.0/resource1
7f1a70c64000-7f1a70c65000 rw-s f7ef0000 00:0e 26646                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:08.0/0000:09:00.0/resource0
7f1a70c65000-7f1a71c65000 rw-s f0000000 00:0e 26642                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:06.0/0000:08:00.0/resource4
7f1a71c65000-7f1a72465000 rw-s f1000000 00:0e 26640                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:06.0/0000:08:00.0/resource3
7f1a72465000-7f1a72865000 rw-s f1800000 00:0e 26638                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:06.0/0000:08:00.0/resource2
7f1a72865000-7f1a72c65000 rw-s f1c00000 00:0e 26636                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:06.0/0000:08:00.0/resource1
7f1a72c65000-7f1a73c65000 rw-s ee000000 00:0e 26631                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:05.0/0000:07:00.0/resource4
7f1a73c65000-7f1a74465000 rw-s ef000000 00:0e 26629                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:05.0/0000:07:00.0/resource3
7f1a74465000-7f1a74865000 rw-s ef800000 00:0e 26627                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:05.0/0000:07:00.0/resource2
7f1a74865000-7f1a74c65000 rw-s efc00000 00:0e 26625                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:05.0/0000:07:00.0/resource1
7f1a74c65000-7f1a74c6a000 r-xp 00000000 fc:00 3022936                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f1a74c6a000-7f1a74e69000 ---p 00005000 fc:00 3022936                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f1a74e69000-7f1a74e6a000 r--p 00004000 fc:00 3022936                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f1a74e6a000-7f1a74e6b000 rw-p 00005000 fc:00 3022936                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f1a74e6b000-7f1a74e6d000 r-xp 00000000 fc:00 3022934                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f1a74e6d000-7f1a7506c000 ---p 00002000 fc:00 3022934                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f1a7506c000-7f1a7506d000 r--p 00001000 fc:00 3022934                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f1a7506d000-7f1a7506e000 rw-p 00002000 fc:00 3022934                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f1a7506e000-7f1a75078000 r-xp 00000000 fc:00 3016684                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f1a75078000-7f1a75277000 ---p 0000a000 fc:00 3016684                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f1a75277000-7f1a75278000 r--p 00009000 fc:00 3016684                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f1a75278000-7f1a75279000 rw-p 0000a000 fc:00 3016684                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f1a75279000-7f1a7527d000 r-xp 00000000 fc:00 3029773                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f1a7527d000-7f1a7547c000 ---p 00004000 fc:00 3029773                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f1a7547c000-7f1a7547d000 r--p 00003000 fc:00 3029773                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f1a7547d000-7f1a7547e000 rw-p 00004000 fc:00 3029773                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f1a7547e000-7f1a7549b000 r-xp 00000000 fc:00 3028005                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f1a7549b000-7f1a7569a000 ---p 0001d000 fc:00 3028005                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f1a7569a000-7f1a7569b000 r--p 0001c000 fc:00 3028005                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f1a7569b000-7f1a7569c000 rw-p 0001d000 fc:00 3028005                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f1a7569c000-7f1a756b1000 r-xp 00000000 fc:00 3027485                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f1a756b1000-7f1a758b0000 ---p 00015000 fc:00 3027485                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f1a758b0000-7f1a758b2000 r--p 00014000 fc:00 3027485                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f1a758b2000-7f1a758b3000 rw-p 00016000 fc:00 3027485                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f1a758b3000-7f1a758b4000 r-xp 00000000 fc:00 3016883                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f1a758b4000-7f1a75ab3000 ---p 00001000 fc:00 3016883                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f1a75ab3000-7f1a75ab4000 r--p 00000000 fc:00 3016883                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f1a75ab4000-7f1a75ab5000 rw-p 00001000 fc:00 3016883                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f1a75ab5000-7f1a75aba000 r-xp 00000000 fc:00 3016694                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f1a75aba000-7f1a75cb9000 ---p 00005000 fc:00 3016694                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f1a75cb9000-7f1a75cba000 r--p 00004000 fc:00 3016694                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f1a75cba000-7f1a75cbb000 rw-p 00005000 fc:00 3016694                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f1a75cbb000-7f1a75cbd000 r-xp 00000000 fc:00 3027487                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f1a75cbd000-7f1a75ebc000 ---p 00002000 fc:00 3027487                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f1a75ebc000-7f1a75ebd000 r--p 00001000 fc:00 3027487                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f1a75ebd000-7f1a75ebe000 rw-p 00002000 fc:00 3027487                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f1a75ebe000-7f1a75ece000 r-xp 00000000 fc:00 3024486                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f1a75ece000-7f1a760cd000 ---p 00010000 fc:00 3024486                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f1a760cd000-7f1a760ce000 r--p 0000f000 fc:00 3024486                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f1a760ce000-7f1a760cf000 rw-p 00010000 fc:00 3024486                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f1a760cf000-7f1a760f0000 r-xp 00000000 fc:00 3016863                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f1a760f0000-7f1a762ef000 ---p 00021000 fc:00 3016863                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f1a762ef000-7f1a762f2000 r--p 00020000 fc:00 3016863                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f1a762f2000-7f1a762f3000 rw-p 00023000 fc:00 3016863                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f1a762f3000-7f1a762f4000 rw-p 00000000 00:00 0
7f1a762f4000-7f1a76424000 r-xp 00000000 fc:00 3021394                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f1a76424000-7f1a76624000 ---p 00130000 fc:00 3021394                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f1a76624000-7f1a76625000 r--p 00130000 fc:00 3021394                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f1a76625000-7f1a76629000 rw-p 00131000 fc:00 3021394                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f1a76629000-7f1a76724000 r-xp 00000000 fc:00 787174                     /lib/x86_64-linux-gnu/libm-2.15.so
7f1a76724000-7f1a76923000 ---p 000fb000 fc:00 787174                     /lib/x86_64-linux-gnu/libm-2.15.so
7f1a76923000-7f1a76924000 r--p 000fa000 fc:00 787174                     /lib/x86_64-linux-gnu/libm-2.15.so
7f1a76924000-7f1a76925000 rw-p 000fb000 fc:00 787174                     /lib/x86_64-linux-gnu/libm-2.15.so
7f1a76925000-7f1a76927000 r-xp 00000000 fc:00 787189                     /lib/x86_64-linux-gnu/libdl-2.15.so
7f1a76927000-7f1a76b27000 ---p 00002000 fc:00 787189                     /lib/x86_64-linux-gnu/libdl-2.15.so
7f1a76b27000-7f1a76b28000 r--p 00002000 fc:00 787189                     /lib/x86_64-linux-gnu/libdl-2.15.so
7f1a76b28000-7f1a76b29000 rw-p 00003000 fc:00 787189                     /lib/x86_64-linux-gnu/libdl-2.15.so
7f1a76b29000-7f1a76b3f000 r-xp 00000000 fc:00 786660                     /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7f1a76b3f000-7f1a76d3e000 ---p 00016000 fc:00 786660                     /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7f1a76d3e000-7f1a76d3f000 r--p 00015000 fc:00 786660                     /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7f1a76d3f000-7f1a76d40000 rw-p 00016000 fc:00 786660                     /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7f1a76d40000-7f1a76ef4000 r-xp 00000000 fc:00 787185                     /lib/x86_64-linux-gnu/libc-2.15.so
7f1a76ef4000-7f1a770f3000 ---p 001b4000 fc:00 787185                     /lib/x86_64-linux-gnu/libc-2.15.so
7f1a770f3000-7f1a770f7000 r--p 001b3000 fc:00 787185                     /lib/x86_64-linux-gnu/libc-2.15.so
7f1a770f7000-7f1a770f9000 rw-p 001b7000 fc:00 787185                     /lib/x86_64-linux-gnu/libc-2.15.so
7f1a770f9000-7f1a770fe000 rw-p 00000000 00:00 0
7f1a770fe000-7f1a7715f000 r-xp 00000000 fc:00 3024035                    /usr/lib/x86_64-linux-gnu/libGLEW.so.1.6.0
7f1a7715f000-7f1a7735e000 ---p 00061000 fc:00 3024035                    /usr/lib/x86_64-linux-gnu/libGLEW.so.1.6.0
7f1a7735e000-7f1a77364000 r--p 00060000 fc:00 3024035                    /usr/lib/x86_64-linux-gnu/libGLEW.so.1.6.0
7f1a77364000-7f1a77365000 rw-p 00066000 fc:00 3024035                    /usr/lib/x86_64-linux-gnu/libGLEW.so.1.6.0
7f1a77365000-7f1a77369000 rw-p 00000000 00:00 0
7f1a77369000-7f1a773c6000 r-xp 00000000 fc:00 4325419                    /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
7f1a773c6000-7f1a775c5000 ---p 0005d000 fc:00 4325419                    /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
7f1a775c5000-7f1a775c7000 r--p 0005c000 fc:00 4325419                    /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
7f1a775c7000-7f1a775c8000 rw-p 0005e000 fc:00 4325419                    /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
7f1a775c8000-7f1a775c9000 rw-p 00000000 00:00 0
7f1a775c9000-7f1a77607000 r-xp 00000000 fc:00 3020320                    /usr/lib/x86_64-linux-gnu/libglut.so.3.9.0
7f1a77607000-7f1a77806000 ---p 0003e000 fc:00 3020320                    /usr/lib/x86_64-linux-gnu/libglut.so.3.9.0
7f1a77806000-7f1a7780a000 r--p 0003d000 fc:00 3020320                    /usr/lib/x86_64-linux-gnu/libglut.so.3.9.0
7f1a7780a000-7f1a7780f000 rw-p 00041000 fc:00 3020320                    /usr/lib/x86_64-linux-gnu/libglut.so.3.9.0
7f1a7780f000-7f1a77816000 r-xp 00000000 fc:00 787179                     /lib/x86_64-linux-gnu/librt-2.15.so
7f1a77816000-7f1a77a15000 ---p 00007000 fc:00 787179                     /lib/x86_64-linux-gnu/librt-2.15.so
7f1a77a15000-7f1a77a16000 r--p 00006000 fc:00 787179                     /lib/x86_64-linux-gnu/librt-2.15.so
7f1a77a16000-7f1a77a17000 rw-p 00007000 fc:00 787179                     /lib/x86_64-linux-gnu/librt-2.15.so
7f1a77a17000-7f1a77b00000 r-xp 00000000 fc:00 3017407                    /usr/lib/libbfd-2.22-system.so
7f1a77b00000-7f1a77cff000 ---p 000e9000 fc:00 3017407                    /usr/lib/libbfd-2.22-system.so
7f1a77cff000-7f1a77d10000 r--p 000e8000 fc:00 3017407                    /usr/lib/libbfd-2.22-system.so
7f1a77d10000-7f1a77d14000 rw-p 000f9000 fc:00 3017407                    /usr/lib/libbfd-2.22-system.so
7f1a77d14000-7f1a77d19000 rw-p 00000000 00:00 0
7f1a77d19000-7f1a77d31000 r-xp 00000000 fc:00 787176                     /lib/x86_64-linux-gnu/libpthread-2.15.so
7f1a77d31000-7f1a77f30000 ---p 00018000 fc:00 787176                     /lib/x86_64-linux-gnu/libpthread-2.15.so
7f1a77f30000-7f1a77f31000 r--p 00017000 fc:00 787176                     /lib/x86_64-linux-gnu/libpthread-2.15.so
7f1a77f31000-7f1a77f32000 rw-p 00018000 fc:00 787176                     /lib/x86_64-linux-gnu/libpthread-2.15.so
7f1a77f32000-7f1a77f36000 rw-p 00000000 00:00 0
7f1a77f36000-7f1a77f3e000 r-xp 00000000 fc:00 3016091                    /usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.0
7f1a77f3e000-7f1a7813d000 ---p 00008000 fc:00 3016091                    /usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.0
7f1a7813d000-7f1a7813e000 r--p 00007000 fc:00 3016091                    /usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.0
7f1a7813e000-7f1a7813f000 rw-p 00008000 fc:00 3016091                    /usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.0
7f1a7813f000-7f1a78161000 r-xp 00000000 fc:00 787178                     /lib/x86_64-linux-gnu/ld-2.15.so
7f1a78337000-7f1a78342000 rw-p 00000000 00:00 0
7f1a7835a000-7f1a7835d000 rw-p 00000000 00:00 0
7f1a7835d000-7f1a7835e000 rw-s f7df0000 00:0e 26635                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:06.0/0000:08:00.0/resource0
7f1a7835e000-7f1a7835f000 rw-s f7cf0000 00:0e 26624                      /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/0000:05:05.0/0000:07:00.0/resource0
7f1a7835f000-7f1a78361000 rw-p 00000000 00:00 0
7f1a78361000-7f1a78362000 r--p 00022000 fc:00 787178                     /lib/x86_64-linux-gnu/ld-2.15.so
7f1a78362000-7f1a78364000 rw-p 00023000 fc:00 787178                     /lib/x86_64-linux-gnu/ld-2.15.so
7fff9174b000-7fff91776000 rw-p 00000000 00:00 0                          [stack]
7fff917ff000-7fff91800000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
Aborted (core dumped)
scripts$

Regards,
Chris Johnson
Signalogic, Inc.