-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Might be my jenky compile, but alopex is taking me to Segfault City. It's a shame, because it looks really cool.
me@myhouse:~$ alopex
Xlib: extension "XINERAMA" missing on display ":5".
[X11 53:2] BadValue (integer parameter out of range for operation)
Segmentation fault
me@myhouse:~$ strace alopex 2>&1 | tail -n 25
shmctl(2588679, IPC_RMID, 0) = 0
shmdt(0x7f64e768f000) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{"b\1\4\0\7\0@\0", 8}, {"MIT-SHM", 7}, {"\0", 1}], 3) = 16
poll([{fd=3, events=POLLIN}], 1, 4294967295) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"\1\0\31\0\0\0\0\0\1\201A\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, 0x7fff8596a760, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, 0x7fff8596a760, 0) = -1 EAGAIN (Resource temporarily unavailable)
shmget(IPC_PRIVATE, 4096, IPC_CREAT|0600) = 2621447
shmat(2621447, 0, 0) = ?
poll([{fd=3, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{"\1\10\t\0\10\0@\0%\0\0\0\377\377\377\377\1\0\1\0\0\0\1\0"\0\0\0\0\2\0\0"..., 40}, {NULL, 0}, {"", 0}], 3) = 40
poll([{fd=3, events=POLLIN}], 1, 4294967295) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"\1\0\33\0\0\0\0\0\1\0\0\0\0\0\0\0000\263g$\377\177\0\0\0\0\0\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, 0x7fff8596a7b0, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, 0x7fff8596a7b0, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{"\201\1\4\0\t\0@\0\7\0(\0\0\377\377\377\31\0\v\0\10\0@\0\0\0\0\0\301\0\1\0"..., 72}, {NULL, 0}, {"", 0}], 3) = 72
poll([{fd=3, events=POLLIN}], 1, 4294967295) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"\0\2\35\0\301\0\0\0\0\0\31\2\0\0\0\0\200\265g$\377\177\0\0\0\0\0\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(3, 0x7fff8596a7b0, 0) = -1 EAGAIN (Resource temporarily unavailable)
shmctl(2621447, IPC_RMID, 0) = 0
shmdt(0x7f64e768f000) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++