Displaying 3 results from an estimated 3 matches for "entry_scanner_p".
2000 Jun 12
0
smbstatus getting a SIGBUS error
Somemore information regarding the smbstatus error.
The sigbus error is occuring where I noted below. I now have data
values to go along with the location. The SIGBUS generating bit is
"entry_scanner_p->e.pid" which looks to be in an unaccessable area of
memory. Looking back through the code, I find a couple of bizarities.
For example file_scanner_p->num_share_mode_entries comes back as
1651272501, which, if I understand the code, is a bit large. It looks
as if the code is accessing...
2000 Jan 11
0
SAMBA BUG: smbstatus 2.0.6 core dumps on Solaris 2.6 (SIGSEGV)
...hpdrc-people-6/petrovm/Netscape/Users/default/mail/Inbox.snm Tue
Jan 11 10:40:04 2000
Program received signal SIGSEGV, Segmentation fault.
0x1dfdc in shm_share_forall (fn=0x1b3cc <print_share_mode>)
at locking/locking_shm.c:636
636 if
(process_exists(entry_scanner_p->e.pid)) {
(gdb) where
#0 0x1dfdc in shm_share_forall (fn=0x1b3cc <print_share_mode>)
at locking/locking_shm.c:636
#1 0x1c668 in share_mode_forall (fn=0x1b3cc <print_share_mode>)
at locking/locking.c:330
#2 0x1bc34 in main (argc=1, argv=0x627b0) at utils/status.c:317
(gdb)...
2000 Jun 08
0
[Fwd: smbstatus getting a SIGBUS error]
...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
(process_exists(entry_scanner_p->e.pid)) {
(gdb) s
Program received signal SIGBUS, Bus error.
0x17b88 in shm_share_forall (fn=0x136b4 <print_share_mode>)
at ../locking/locking_shm.c:636
636...