Displaying 2 results from an estimated 2 matches for "shm_header_p".
2000 Jun 08
0
[Fwd: smbstatus getting a SIGBUS error]
...oking at the locks. I had a go at running gdb on the program and have
located the point of failure in "locking_shm.c" in the shm_share_forall
routine: line 636
(gdb) s
shm_offset2addr (offset=1096040751) at ../locking/shmem_sysv.c:154
154 if (offset == 0 )
(gdb) s
157 if (!shm_header_p)
(gdb) s
160 return (void *)((char *)shm_header_p + offset);
(gdb) s
161 }
(gdb) s
shm_share_forall (fn=0x136b4 <print_share_mode>)
at ../locking/locking_shm.c:634
634 while(entry_scanner_p != 0) {
(gdb) s
636 if
(...
2000 Jun 12
0
smbstatus getting a SIGBUS error
...locks. I had a go at running gdb on the program and have
located the point of failure in "locking_shm.c" in the
"shm_share_forall"
routine: line 636
(gdb) s
shm_offset2addr (offset=1096040751) at ../locking/shmem_sysv.c:154
154 if (offset == 0 )
(gdb) s
157 if (!shm_header_p)
(gdb) s
160 return (void *)((char *)shm_header_p + offset);
(gdb) s
161 }
(gdb) s
shm_share_forall (fn=0x136b4 <print_share_mode>)
at ../locking/locking_shm.c:634
634 while(entry_scanner_p != 0) {
(gdb) s
636 if
(...