wlav / cppyy

Other
391 stars 40 forks source link

Process finished with exit code 129 (interrupted by signal 1: SIGHUP) #142

Closed NiKeYiGuN closed 1 year ago

NiKeYiGuN commented 1 year ago

image

Ubuntu18.04 python3.9

I am very confused about this error, please give me some hints about this error and which way I should think about it。 Thanks.

wlav commented 1 year ago

The problem originates from ffi_closure_unix64_inner(), so line #7. The rest of the stack trace is simply the signal handler that generates the stack trace itself (i.e. "just the messenger").

I'm not familiar with that function; I presume it's some library function and that there's something more from #10 and up that eventually traces back to your code.

NiKeYiGuN commented 1 year ago

OK,Thanks.