Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Thread 2 "node" hit Breakpoint 1, serialise.serialise_msg (t=..., msg=0x7ffff0007a40)
- at serialise.zig:136
- 136 warn("serialising struct field {s} {any}\n", .{ name, @field(t, name) });
- (gdb) s
- std.debug.print (args=...) at /usr/local/lib/zig/std/debug.zig:62
- 62 const held = stderr_mutex.acquire();
- (gdb) s
- std.Thread.Mutex.acquire (m=0x303528 <stderr_mutex>)
- at /usr/local/lib/zig/std/Thread/Mutex.zig:50
- 50 return m.impl.acquire();
- (gdb) s
- std.Thread.Mutex.PthreadMutex.acquire (m=0x303528 <stderr_mutex>)
- at /usr/local/lib/zig/std/Thread/Mutex.zig:208
- 208 switch (std.c.pthread_mutex_lock(&m.pthread_mutex)) {
- (gdb) s
- pthread_mutex_lock (mutex=0x303528 <stderr_mutex>) at forward.c:160
- 160 forward.c: No such file or directory.
- (gdb) s
- __GI___pthread_mutex_lock (mutex=0x303528 <stderr_mutex>)
- at ../nptl/pthread_mutex_lock.c:64
- 64 ../nptl/pthread_mutex_lock.c: No such file or directory.
- (gdb) s
- 67 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- 69 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- 71 in ../nptl/pthread_mutex_lock.c
- (gdb)
- 75 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- 77 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- 80 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- 81 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- 156 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- 159 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- 161 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- 164 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- 166 in ../nptl/pthread_mutex_lock.c
- (gdb) s
- std.Thread.Mutex.PthreadMutex.acquire (m=0x303528 <stderr_mutex>)
- at /usr/local/lib/zig/std/Thread/Mutex.zig:209
- 209 0 => return Held{ .mutex = m },
- (gdb) s
- std.debug.print (args=...) at /usr/local/lib/zig/std/debug.zig:64
- 64 const stderr = io.getStdErr().writer();
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement