search for: ceval

Displaying 7 results from an estimated 7 matches for "ceval".

Did you mean: eval
2009 Dec 18
0
Samba4 Provisioning Segfault
...m bin/python/ldb.so #11 0x403e97f0 in py_ldb_add () from bin/python/ldb.so #12 0x0012b84c in PyCFunction_Call (func=0x45756378, arg=0x4394f238, kw=0x15fd88) at ../Objects/methodobject.c:116 #13 0x0009ed50 in PyEval_EvalFrameEx (f=0xab8ed8, throwflag=<value optimized out>) at ../Python/ceval.c:3706 #14 0x000a0970 in PyEval_EvalCodeEx (co=0x4030f848, globals=<value optimized out>, locals=<value optimized out>, args=0x4032a780, argcount=2, kws=0xac7cd8, kwcount=1165320760, defs=0x4032a77c, defcount=1, closure=0x0) at ../Python/ceval.c:2968 #15 0x0009f184 in PyEval...
2017 Feb 26
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...options = 0x0 kwnames = {0x7fffec935eca "url", 0x7fffec936bd1 "flags", 0x7fffec935ece "options", 0x0} ldb_ctx = 0xd2ffd0 #7 0x00007ffff7af6af0 in call_function (oparg=<optimized out>, pp_stack=0x7fffffffcc00) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4408 flags = <optimized out> tstate = 0x6020a0 func = <optimized out> w = <optimized out> na = 3 nk = <optimized out> n = 3 pfunc = 0xd31878 x = <optimized out> #8 PyEval_EvalFrameEx ( f=f a...
2017 Feb 16
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Fri, 2017-02-17 at 07:48 +1100, Tom Robinson via samba wrote: > Anyone? Can you please post a gdb backtrace --full? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 862 bytes Desc: This is a digitally signed message part URL:
2009 Mar 27
4
[LLVMdev] Connecting JITted code to gdb
...ngine = ...->getExecutionEngine(); NativeFunction native = (NativeFunction)engine->getPointerToFunction(function); return native(frame); However, when I try to step into the call with gdb, I get: Breakpoint 1, eval_llvm_function (function_obj=0x142f6e0, frame=0x1350b98) at ../src/Python/ceval.cc:2549 2549 (NativeFunction)engine->getPointerToFunction(function); (gdb) n Current language: auto; currently c++ 2550 return native(frame); (gdb) p native $1 = (NativeFunction) 0x2080010 (gdb) b *0x2080010 Breakpoint 2 at 0x2080010 (gdb) s Breakpoint 2, 0x02080010 in ?? () If I don't...
2009 Mar 27
0
[LLVMdev] Connecting JITted code to gdb
...> NativeFunction native = > (NativeFunction)engine->getPointerToFunction(function); > return native(frame); > > However, when I try to step into the call with gdb, I get: > > Breakpoint 1, eval_llvm_function (function_obj=0x142f6e0, > frame=0x1350b98) at ../src/Python/ceval.cc:2549 > 2549 (NativeFunction)engine->getPointerToFunction(function); > (gdb) n > Current language: auto; currently c++ > 2550 return native(frame); > (gdb) p native > $1 = (NativeFunction) 0x2080010 > (gdb) b *0x2080010 > Breakpoint 2 at 0x2080010 > (gdb) s >...
2009 Mar 27
2
[LLVMdev] Connecting JITted code to gdb
...        (NativeFunction)engine->getPointerToFunction(function); >>       return native(frame); >> >> However, when I try to step into the call with gdb, I get: >> >> Breakpoint 1, eval_llvm_function (function_obj=0x142f6e0, >> frame=0x1350b98) at ../src/Python/ceval.cc:2549 >> 2549                  (NativeFunction)engine->getPointerToFunction(function); >> (gdb) n >> Current language:  auto; currently c++ >> 2550          return native(frame); >> (gdb) p native >> $1 = (NativeFunction) 0x2080010 >> (gdb) b *0x208001...
2020 Aug 05
5
[PATCH NOT WORKING nbdkit 0/3] python: Allow thread model to be set from Python plugins.
...module object at remote 0x7fc4abc41540>) at /usr/src/debug/python3.9-3.9.0~b3-1.fc33.x86_64/Include/cpython/abstract.h:127 #6 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=0x9f0a610) at /usr/src/debug/python3.9-3.9.0~b3-1.fc33.x86_64/Python/ceval.c:5044 #7 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at /usr/src/debug/python3.9-3.9.0~b3-1.fc33.x86_64/Python/ceval.c:3459 #8 0x00007fc4b945270b in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7fc4abc3fe40, for file ./python-thr...