8000 Workqueue Segmentation fault · Issue #321 · cooperative-computing-lab/cctools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Workqueue Segmentation fault #321
Closed
@erbriones

Description

@erbriones

Our project is having an intermittent issue with work queue. Below is the backtrace from gdb.

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff39eb536 in process_result (q=0xc6d080, w=0xe21270, line=0x7fffffffb7f0 "result 0 5828661136 4393184488 1", stoptime=1385492527) at work_queue.c:1130
1130 work_queue.c: No such file or directory.
(gdb) bt
#0 0x00007ffff39eb536 in process_result (q=0xc6d080, w=0xe21270, line=0x7fffffffb7f0 "result 0 5828661136 4393184488 1", stoptime=1385492527) at work_queue.c:1130
#1 0x00007ffff39e81c6 in recv_worker_msg (q=0xc6d080, w=0xe21270, line=0x7fffffffb7f0 "result 0 5828661136 4393184488 1", length=4096, stoptime=1385492527) at work_queue.c:383
#2 0x00007ffff39ec57f in handle_worker (q=0xc6d080, l=0xcbf5c0) at work_queue.c:1378
#3 0x00007ffff39f2daa in work_queue_wait_internal (q=0xc6d080, timeout=0, master_link=0x0, master_active=0x0) at work_queue.c:3406
#4 0x00007ffff39f2a80 in work_queue_wait (q=0xc6d080, timeout=0) at work_queue.c:3316
#5 0x00007ffff39df60e in _wrap_work_queue_wait (self=, args=) at work_queue_wrap.c:7359
#6 0x0000000000466254 in PyEval_EvalFrameEx ()
#7 0x000000000057bd02 in PyEval_EvalCodeEx ()
#8 0x00000000004667f8 in PyEval_EvalFrameEx ()
#9 0x000000000057bd02 in PyEval_EvalCodeEx ()
#10 0x00000000004667f8 in PyEval_EvalFrameEx ()
#11 0x0000000000466a42 in PyEval_EvalFrameEx ()
#12 0x0000000000466a42 in PyEval_EvalFrameEx ()
#13 0x000000000057bd02 in PyEval_EvalCodeEx ()
#14 0x00000000004667f8 in PyEval_EvalFrameEx ()
#15 0x000000000057bd02 in PyEval_EvalCodeEx ()
#16 0x000000000057c77d in PyRun_FileExFlags ()
#17 0x000000000057e4a1 in PyRun_SimpleFileExFlags ()
#18 0x0000000000512cfd in Py_Main ()
#19 0x00007ffff68cc76d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#20 0x000000000041ba51 in _start ()

Metadata

Metadata

Assignees

Labels

Work QueuebugFor modifications that fix a flaw in the code.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0