Skip to content

Instantly share code, notes, and snippets.

@gatlinnewhouse
Created January 7, 2020 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gatlinnewhouse/0f72b08515b51edf3a8c67caeb7aae10 to your computer and use it in GitHub Desktop.
Save gatlinnewhouse/0f72b08515b51edf3a8c67caeb7aae10 to your computer and use it in GitHub Desktop.
M&B:W tests w/ fix and steam environment
➜ bash ~/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh gdb mb_warband_linux
GNU gdb (GDB) 8.3.1
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from mb_warband_linux...
(No debugging symbols found in mb_warband_linux)
(gdb) run
Starting program: /home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband_linux
/home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband_linux: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband_linux)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
/usr/lib/../share/gcc-9.2.0/python/libstdcxx/v6/xmethods.py:731: SyntaxWarning: list indices must be integers or slices, not str; perhaps you missed a comma?
refcounts = ['_M_refcount']['_M_pi']
Setting breakpad minidump AppID = 48700
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198049791350 [API loaded no]
[New Thread 0x7ffff453c700 (LWP 80595)]
[S_API WARN] The loaded overlay DLL doesn't support SetNotificationPosition
[New Thread 0x7fffeffff700 (LWP 80596)]
[Detaching after vfork from child process 80597]
[New Thread 0x7fffeb084700 (LWP 80599)]
[New Thread 0x7fffea883700 (LWP 80600)]
[New Thread 0x7fffea876700 (LWP 80601)]
[New Thread 0x7fffea7b6700 (LWP 80602)]
[New Thread 0x7fffe9fb5700 (LWP 80603)]
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
[New Thread 0x7fffe8e7a700 (LWP 80605)]
[New Thread 0x7fffcef26700 (LWP 80606)]
[New Thread 0x7fffce725700 (LWP 80607)]
[New Thread 0x7fffcdf24700 (LWP 80608)]
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
[New Thread 0x7fffbffff700 (LWP 80609)]
[Thread 0x7fffbffff700 (LWP 80609) exited]
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
[New Thread 0x7fffbffff700 (LWP 80610)]
[Thread 0x7fffbffff700 (LWP 80610) exited]
[New Thread 0x7fffe8679700 (LWP 80611)]
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
[New Thread 0x7fffbffff700 (LWP 80612)]
[Thread 0x7fffbffff700 (LWP 80612) exited]
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
[New Thread 0x7fffbffff700 (LWP 80613)]
Thread 3 "mb_warband_linu" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffeffff700 (LWP 80596)]
0x00007fffcf2d4d2d in ?? () from /usr/lib/dri/i965_dri.so
(gdb)
(gdb) help
List of classes of commands:
aliases -- Aliases of other commands
breakpoints -- Making program stop at certain points
data -- Examining data
files -- Specifying and examining files
internals -- Maintenance commands
obscure -- Obscure features
running -- Running the program
stack -- Examining the stack
status -- Status inquiries
support -- Support facilities
tracepoints -- Tracing of program execution without stopping the program
user-defined -- User-defined commands
Type "help" followed by a class name for a list of commands in that class.
Type "help all" for the list of all commands.
Type "help" followed by command name for full documentation.
Type "apropos word" to search for commands related to "word".
Command name abbreviations are allowed if unambiguous.
(gdb) data
Undefined command: "data". Try "help".
(gdb) files
Undefined command: "files". Try "help".
(gdb) stack
Undefined command: "stack". Try "help".
(gdb)
Display all 192 possibilities? (y or n)
(gdb) help stack
Examining the stack.
The stack is made up of stack frames. Gdb assigns numbers to stack frames
counting from zero for the innermost (currently executing) frame.
At any time gdb identifies one frame as the "selected" frame.
Variable lookups are done with respect to the selected frame.
When the program being debugged stops, gdb selects the innermost frame.
The commands below can be used to select other frames by number or address.
List of commands:
backtrace -- Print backtrace of all stack frames
bt -- Print backtrace of all stack frames
down -- Select and print stack frame called by this one
faas -- Apply a command to all frames (ignoring errors and empty output)
frame -- Select and print a stack frame
frame address -- Select and print a stack frame by stack address
frame apply -- Apply a command to a number of frames
frame apply all -- Apply a command to all frames
frame apply level -- Apply a command to a list of frames
frame function -- Select and print a stack frame by function name
frame level -- Select and print a stack frame by level
frame view -- View a stack frame that might be outside the current backtrace
return -- Make selected stack frame return to its caller
select-frame -- Select a stack frame without printing anything
select-frame address -- Select a stack frame by stack address
select-frame function -- Select a stack frame by function name
select-frame level -- Select a stack frame by level
select-frame view -- Select a stack frame that might be outside the current backtrace
up -- Select and print stack frame that called this one
Type "help" followed by command name for full documentation.
Type "apropos word" to search for commands related to "word".
Command name abbreviations are allowed if unambiguous.
(gdb) backtrace
#0 0x00007fffcf2d4d2d in ?? () from /usr/lib/dri/i965_dri.so
#1 0x00007fffcf2d5aa6 in ?? () from /usr/lib/dri/i965_dri.so
#2 0x0000000000e4e0a2 in rglGraphics_context::restore_hlsl_handles() ()
#3 0x0000000000ec2dd6 in initialize_dx_effect_Imp() ()
#4 0x0000000000ec337d in CMyD3DApplication::InitDeviceObjects() ()
#5 0x00000000010e0a92 in CD3DApplication::Initialize3DEnvironment_Imp() ()
#6 0x0000000000ec406a in process_directx_call(directx_thread_call const&, bool&) ()
#7 0x0000000000ec463c in process_all_directx_calls(bool&) ()
#8 0x0000000000ec46e2 in directx_thread_step_inner(void*) ()
#9 0x0000000000ec4db9 in directx_thread_step(void*) ()
#10 0x0000000000ec4e57 in directx_thread(void*) ()
#11 0x00007ffff7b2e4cf in start_thread () from /usr/lib/libpthread.so.0
#12 0x00007ffff70c92d3 in clone () from /usr/lib/libc.so.6
➜ bash ~/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh ldd ~/.local/share/Steam/steamapps/common/MountBlade\ Warband/mb_warband_linux
/home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband_linux: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband_linux)
linux-vdso.so.1 (0x00007ffe421a7000)
libGL.so.1 => /usr/lib/libGL.so.1 (0x00007f2484271000)
libGLEW.so.2.1 => /usr/lib/libGLEW.so.2.1 (0x00007f2483fc9000)
libSDL2-2.0.so.0 => /usr/lib/libSDL2-2.0.so.0 (0x00007f2483e74000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f2483e50000)
libcurl-gnutls.so.4 => /usr/lib/libcurl-gnutls.so.4 (0x00007f2483dcc000)
libfmodex64.so => /usr/lib/libfmodex64.so (0x00007f2483a1b000)
libsteam_api.so (0x00007f2483808000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f248361e000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f24834d8000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f24834bc000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f24832f5000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f24842f9000)
libGLdispatch.so.0 => /usr/lib/libGLdispatch.so.0 (0x00007f248323e000)
libGLX.so.0 => /usr/lib/libGLX.so.0 (0x00007f248320b000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f24830cb000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f24830c6000)
librt.so.1 => /usr/lib/librt.so.1 (0x00007f24830b9000)
libnghttp2.so.14 => /usr/lib/libnghttp2.so.14 (0x00007f2483091000)
libidn2.so.0 => /usr/lib/libidn2.so.0 (0x00007f2483070000)
libssh2.so.1 => /usr/lib/libssh2.so.1 (0x00007f2483030000)
libpsl.so.5 => /usr/lib/libpsl.so.5 (0x00007f248301d000)
libnettle.so.7 => /usr/lib/libnettle.so.7 (0x00007f2482fe3000)
libgnutls.so.30 => /usr/lib/libgnutls.so.30 (0x00007f2482e17000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f2482dfd000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f2482dd3000)
libunistring.so.2 => /usr/lib/libunistring.so.2 (0x00007f2482c51000)
libssl.so.1.1 => /usr/lib/libssl.so.1.1 (0x00007f2482bc1000)
libcrypto.so.1.1 => /usr/lib/libcrypto.so.1.1 (0x00007f24828ee000)
libp11-kit.so.0 => /usr/lib/libp11-kit.so.0 (0x00007f24827cc000)
libtasn1.so.6 => /usr/lib/libtasn1.so.6 (0x00007f24827b6000)
libhogweed.so.5 => /usr/lib/libhogweed.so.5 (0x00007f248277d000)
libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007f24826ea000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f24826e5000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f24826db000)
libffi.so.6 => /usr/lib/libffi.so.6 (0x00007f24826d0000)
➜ bash ~/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh strace ~/.local/share/Steam/steamapps/common/MountBlade\ Warband/mb_warband.sh
execve("/home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband.sh", ["/home/deleuze/.local/share/Steam"...], 0x7fff56762ef0 /* 80 vars */) = 0
brk(NULL) = 0x55b69fcd5000
arch_prctl(0x3001 /* ARCH_??? */, 0x7ffcac47ddd0) = -1 EINVAL (Invalid argument)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5fe354d000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/tls/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/tls/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/tls/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/tls/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/tls/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/tls/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/tls/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/tls", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/tls/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/tls/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/tls/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/tls/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/tls/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/tls/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/tls/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/tls", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/libfakeroot/tls/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/libfakeroot/tls/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libfakeroot/tls/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/libfakeroot/tls/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libfakeroot/tls/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/libfakeroot/tls/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libfakeroot/tls/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/libfakeroot/tls", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libfakeroot/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/libfakeroot/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libfakeroot/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/libfakeroot/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libfakeroot/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/libfakeroot/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libfakeroot/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib32/tls/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib32/tls/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib32/tls/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib32/tls/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib32/tls/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib32/tls/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib32/tls/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib32/tls", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib32/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib32/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib32/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib32/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib32/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib32/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib32/libreadline.so.8", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\320\0\0004\0\0\0"..., 832) = 832
close(3) = 0
stat("/usr/lib32", {st_mode=S_IFDIR|0755, st_size=61440, ...}) = 0
openat(AT_FDCWD, "/opt/intel/opencl/tls/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/intel/opencl/tls/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/intel/opencl/tls/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/intel/opencl/tls/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/intel/opencl/tls/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/intel/opencl/tls/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/intel/opencl/tls/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/intel/opencl/tls", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/intel/opencl/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/intel/opencl/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/intel/opencl/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/intel/opencl/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/intel/opencl/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/intel/opencl/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/intel/opencl/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/intel/opencl", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/opencryptoki/tls/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/tls/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/tls/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/tls/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/tls/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/tls/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/tls/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/tls", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/tls/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/stdll/tls/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/tls/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/stdll/tls/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/tls/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/stdll/tls/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/tls/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/stdll/tls", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/stdll/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/stdll/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/stdll/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/opencryptoki/stdll", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/tls/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/tls/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/tls/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/tls/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/tls/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/tls/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/tls/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/tls", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/tls/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/tls/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/tls/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/tls/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/haswell/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/haswell/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/haswell/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/haswell", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64", 0x7ffcac47d010) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libreadline.so.8", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 `\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=326376, ...}) = 0
mmap(NULL, 334344, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5fe34fb000
mmap(0x7f5fe3511000, 163840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f5fe3511000
mmap(0x7f5fe3539000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3e000) = 0x7f5fe3539000
mmap(0x7f5fe3543000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x47000) = 0x7f5fe3543000
mmap(0x7f5fe354c000, 2568, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5fe354c000
close(3) = 0
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libfakeroot/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib32/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \22\0\0004\0\0\0"..., 832) = 832
close(3) = 0
openat(AT_FDCWD, "/opt/intel/opencl/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14512, ...}) = 0
mmap(NULL, 16528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5fe34f6000
mmap(0x7f5fe34f7000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f5fe34f7000
mmap(0x7f5fe34f8000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f5fe34f8000
mmap(0x7f5fe34f9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f5fe34f9000
close(3) = 0
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libfakeroot/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib32/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \361\1\0004\0\0\0"..., 832) = 832
close(3) = 0
openat(AT_FDCWD, "/opt/intel/opencl/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`r\2\0\0\0\0\0"..., 832) = 832
lseek(3, 64, SEEK_SET) = 64
read(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784) = 784
lseek(3, 848, SEEK_SET) = 848
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
lseek(3, 880, SEEK_SET) = 880
read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0003\321\363P\3617(e\35t\335*V\272\321\344"..., 68) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=2149496, ...}) = 0
lseek(3, 64, SEEK_SET) = 64
read(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784) = 784
lseek(3, 848, SEEK_SET) = 848
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
lseek(3, 880, SEEK_SET) = 880
read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0003\321\363P\3617(e\35t\335*V\272\321\344"..., 68) = 68
mmap(NULL, 1860536, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5fe332f000
mprotect(0x7f5fe3354000, 1671168, PROT_NONE) = 0
mmap(0x7f5fe3354000, 1363968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f5fe3354000
mmap(0x7f5fe34a1000, 303104, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x172000) = 0x7f5fe34a1000
mmap(0x7f5fe34ec000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bc000) = 0x7f5fe34ec000
mmap(0x7f5fe34f2000, 13240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5fe34f2000
close(3) = 0
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libfakeroot/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib32/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\320\0\0004\0\0\0"..., 832) = 832
close(3) = 0
openat(AT_FDCWD, "/opt/intel/opencl/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/opencryptoki/stdll/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 p\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=449032, ...}) = 0
mmap(NULL, 453880, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5fe32c0000
mmap(0x7f5fe32d7000, 241664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f5fe32d7000
mmap(0x7f5fe3312000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x52000) = 0x7f5fe3312000
mmap(0x7f5fe3329000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x68000) = 0x7f5fe3329000
close(3) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5fe32be000
arch_prctl(ARCH_SET_FS, 0x7f5fe32bf100) = 0
mprotect(0x7f5fe34ec000, 12288, PROT_READ) = 0
mprotect(0x7f5fe3329000, 20480, PROT_READ) = 0
mprotect(0x7f5fe34f9000, 4096, PROT_READ) = 0
mprotect(0x7f5fe3543000, 12288, PROT_READ) = 0
mprotect(0x55b69def8000, 12288, PROT_READ) = 0
mprotect(0x7f5fe3579000, 4096, PROT_READ) = 0
openat(AT_FDCWD, "/dev/tty", O_RDWR|O_NONBLOCK) = 3
close(3) = 0
brk(NULL) = 0x55b69fcd5000
brk(0x55b69fcf6000) = 0x55b69fcf6000
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3035216, ...}) = 0
mmap(NULL, 3035216, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f5fe2fd8000
close(3) = 0
openat(AT_FDCWD, "/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/gconv/gconv-modules", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=56352, ...}) = 0
read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096
read(3, "1002//\tJUS_I.B1.002//\nmodule\tJUS"..., 4096) = 4096
read(3, "ISO-IR-110//\t\tISO-8859-4//\nalias"..., 4096) = 4096
read(3, "\t\tISO-8859-14//\nalias\tISO_8859-1"..., 4096) = 4096
read(3, "IC-ES//\nalias\tEBCDICES//\t\tEBCDIC"..., 4096) = 4096
read(3, "DIC-CP-ES//\t\tIBM284//\nalias\tCSIB"..., 4096) = 4096
read(3, "\tIBM863//\nalias\tOSF1002035F//\t\tI"..., 4096) = 4096
read(3, "37//\t\tIBM937//\nmodule\tIBM937//\t\t"..., 4096) = 4096
read(3, "JIS//\t\t\tEUC-JP//\nmodule\tEUC-JP//"..., 4096) = 4096
read(3, "ias\tISO2022CN//\t\tISO-2022-CN//\nm"..., 4096) = 4096
read(3, "_5427-EXT//\nalias\tISO_5427EXT//\t"..., 4096) = 4096
read(3, "st\nmodule\tMAC-SAMI//\t\tINTERNAL\t\t"..., 4096) = 4096
read(3, "12//\t\tINTERNAL\t\tIBM1112\t\t1\nmodul"..., 4096) = 4096
brk(0x55b69fd17000) = 0x55b69fd17000
read(3, "\tCP9448//\t\tIBM9448//\nalias\tCSIBM"..., 4096) = 3104
read(3, "", 4096) = 0
close(3) = 0
getuid() = 1000
getgid() = 100
geteuid() = 1000
getegid() = 100
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
ioctl(-1, TIOCGPGRP, 0x7ffcac47dc34) = -1 EBADF (Bad file descriptor)
sysinfo({uptime=4141, loads=[56192, 82592, 85920], totalram=12479422464, freeram=3856666624, sharedram=1305899008, bufferram=723775488, totalswap=536866816, freeswap=466137088, procs=883, totalhigh=0, freehigh=0, mem_unit=1}) = 0
rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f5fe336afb0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, 8) = 0
rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, 8) = 0
rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, 8) = 0
rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, 8) = 0
uname({sysname="Linux", nodename="rhizome", ...}) = 0
stat("/home/deleuze/.steam/steam/steamapps/common/MountBlade Warband", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/deleuze", {st_mode=S_IFDIR|0744, st_size=20480, ...}) = 0
stat("/home/deleuze/.steam", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/deleuze/.steam/steam", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/deleuze/.steam/steam/steamapps", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/deleuze/.steam/steam/steamapps/common", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/deleuze/.steam/steam/steamapps/common/MountBlade Warband", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/deleuze", {st_mode=S_IFDIR|0744, st_size=20480, ...}) = 0
getpid() = 79171
getppid() = 79142
getpid() = 79171
getpgrp() = 79142
ioctl(2, TIOCGPGRP, [79142]) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x55b69de6d5d0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f5fe336afb0}, 8) = 0
prlimit64(0, RLIMIT_NPROC, NULL, {rlim_cur=47443, rlim_max=47443}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
openat(AT_FDCWD, "/home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband.sh", O_RDONLY) = 3
stat("/home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband.sh", {st_mode=S_IFREG|0755, st_size=416, ...}) = 0
ioctl(3, TCGETS, 0x7ffcac47dbc0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR) = 0
read(3, "#!/bin/sh\n\nPROGRAM_DIRECTORY=\"`d"..., 80) = 80
lseek(3, 0, SEEK_SET) = 0
prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=512*1024}) = 0
fcntl(255, F_GETFD) = -1 EBADF (Bad file descriptor)
dup2(3, 255) = 255
close(3) = 0
fcntl(255, F_SETFD, FD_CLOEXEC) = 0
fcntl(255, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(255, {st_mode=S_IFREG|0755, st_size=416, ...}) = 0
lseek(255, 0, SEEK_CUR) = 0
read(255, "#!/bin/sh\n\nPROGRAM_DIRECTORY=\"`d"..., 416) = 416
pipe([3, 4]) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
lseek(255, -370, SEEK_CUR) = 46
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f5fe32bf3d0) = 79172
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x55b69de6d5d0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f5fe336afb0}, {sa_handler=0x55b69de6d5d0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f5fe336afb0}, 8) = 0
close(4) = 0
read(3, "/home/deleuze/.local/share/Steam"..., 128) = 69
read(3, "", 128) = 0
close(3) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=79172, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 79172
wait4(-1, 0x7ffcac47cfd0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]}) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x55b69de69ee0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=0x55b69de69ee0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(255, "#export LD_LIBRARY_PATH=\"$PROGRA"..., 416) = 370
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [INT CHLD], 8) = 0
rt_sigprocmask(SIG_SETMASK, [INT CHLD], NULL, 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f5fe32bf3d0) = 79173
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x55b69de69ee0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, 8) = 0
wait4(-1, /home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband_linux: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband_linux)
Setting breakpad minidump AppID = 48700
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198049791350 [API loaded no]
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
ATTENTION: option value of option mesa_glthread ignored.
[{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && WCOREDUMP(s)}], 0, NULL) = 79173
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, {sa_handler=0x55b69de69ee0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5fe336afb0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=64, ws_col=239, ws_xpixel=3824, ws_ypixel=2048}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
stat("/home/deleuze/.terminfo", 0x55b69fd0d6f0) = -1 ENOENT (No such file or directory)
stat("/usr/share/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/share/terminfo/r/rxvt-unicode-256color", R_OK) = 0
openat(AT_FDCWD, "/usr/share/terminfo/r/rxvt-unicode-256color", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2239, ...}) = 0
read(3, "\32\1N\0\35\0\37\0p\1)\5rxvt-unicode-256colo"..., 32768) = 2239
read(3, "", 28672) = 0
close(3) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TIOCGWINSZ, {ws_row=64, ws_col=239, ws_xpixel=3824, ws_ypixel=2048}) = 0
ioctl(0, TIOCGWINSZ, {ws_row=64, ws_col=239, ws_xpixel=3824, ws_ypixel=2048}) = 0
brk(0x55b69fd38000) = 0x55b69fd38000
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2997, ...}) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2997
read(3, "", 4096) = 0
close(3) = 0
openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/bash.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/bash.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/bash.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/bash.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/bash.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/bash.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0), ...}) = 0
openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "/home/deleuze/.local/share/Steam"..., 179/home/deleuze/.local/share/Steam/steamapps/common/MountBlade Warband/mb_warband.sh: line 7: 79173 Segmentation fault (core dumped) "$PROGRAM_DIRECTORY/mb_warband_linux" "$@"
) = 179
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_KILLED, si_pid=0, si_uid=1000, si_status=SIGSEGV, si_utime=11, si_stime=49} ---
wait4(-1, 0x7ffcac47d390, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]}) = 0
read(255, "", 416) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
exit_group(139) = ?
+++ exited with 139 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment