BrandonTheG
July 4th, 2008, 03:00
Kept getting a MySQL error on start, so I did an strace and this is where it freezes up.
[pid 2183] rt_sigprocmask(SIG_SETMASK, NULL, NULL, 8) = 17
[pid 2183] rt_sigaction(SIGCHLD, {0x100390b0, [], 0}, {0x100390b0, [], 0}, 8) = 4
[pid 2183] close(4) = 3
[pid 2183] read(3, "pty", 128) = 3
[pid 2183] read(3, "pty", 128) = 3
[pid 2183] close(3) = 0
[pid 2183] rt_sigprocmask(SIG_BLOCK, [CHLD], [INT CHLD], 8) = 2
[pid 2183] rt_sigaction(SIGINT, {0x1003a1a0, [], 0}, {SIG_DFL}, 8) = -1 EPERM (Operation not permitted)
[pid 2183] waitpid(-1, Process 2183 suspended
Not sure if anybody can help me but thanks if you can.
[pid 2183] rt_sigprocmask(SIG_SETMASK, NULL, NULL, 8) = 17
[pid 2183] rt_sigaction(SIGCHLD, {0x100390b0, [], 0}, {0x100390b0, [], 0}, 8) = 4
[pid 2183] close(4) = 3
[pid 2183] read(3, "pty", 128) = 3
[pid 2183] read(3, "pty", 128) = 3
[pid 2183] close(3) = 0
[pid 2183] rt_sigprocmask(SIG_BLOCK, [CHLD], [INT CHLD], 8) = 2
[pid 2183] rt_sigaction(SIGINT, {0x1003a1a0, [], 0}, {SIG_DFL}, 8) = -1 EPERM (Operation not permitted)
[pid 2183] waitpid(-1, Process 2183 suspended
Not sure if anybody can help me but thanks if you can.