flinux icon indicating copy to clipboard operation
flinux copied to clipboard

links2 does not work

Open mittorn opened this issue 9 years ago • 3 comments

it crashes after launch x11 version draws window first [err] evsig_init: socketpair: Invalid argument

mittorn avatar Oct 17 '15 11:10 mittorn

[11:12:37.0611568] (II) Allocated memory: [6ff90000, 6ffa0000)
[11:12:37.0611568] (II) fcntl(7, 1)
[11:12:37.0611568] (II) F_GETFD: CLOEXEC: 0
[11:12:37.0611568] (II) fcntl(7, 2)
[11:12:37.0611568] (II) F_SETFD: CLOEXEC: 1
[11:12:37.0611568] (II) getuid(): 0
[11:12:37.0611568] (II) geteuid(): 0
[11:12:37.0611568] (II) getgid(): 0
[11:12:37.0611568] (II) getegid(): 0
[11:12:37.0611568] (EE) Unimplemented socketcall: 8
[11:12:37.0611568] (II) write(2, 0076d3a0, 0000002f)
[11:12:37.0611568] (II) IP: 0x004028d2
[11:12:37.0611568] (II) Handling page fault at address 10063e94 (page 00010063)
[11:12:37.0611568] (II) On demand block 0x00001006 loaded.
[11:12:37.0611568] (II) IP: 0x004028d2
[11:12:37.0611568] (II) Handling page fault at address 100f17b4 (page 000100f1)
[11:12:37.0611568] (II) On demand block 0x0000100f loaded.
[11:12:37.0611568] (II) IP: 0x004028d2
[11:12:37.0611568] (II) Handling page fault at address 1058e964 (page 0001058e)
[11:12:37.0611568] (II) On demand block 0x00001058 loaded.
[11:12:37.0611568] (II) exit_group(1)

Libevent seems to be broken

mittorn avatar Oct 17 '15 11:10 mittorn

Looks like socketpair() is missing.

wishstudio avatar Oct 18 '15 04:10 wishstudio

socketpair() depends on AF_UNIX/AF_LOCAL sockets. #56

wishstudio avatar Oct 19 '15 14:10 wishstudio