From: Robert D. <ro...@in...> - 2011-03-17 18:27:54
|
I guess I should ask if I should be submitting Nexenta bugs, if this is something the project will support in the future? Either way, looks like I was able to get specific trace information (shown below). Problem: mfschunkserver segfaults after running for a few hours. Output: [New LWP 5] main server module: listen on *:9422 [New LWP 6] [New LWP 7] [New LWP 8] [New LWP 9] [New LWP 10] [New LWP 11] [New LWP 12] [New LWP 13] [New LWP 14] [New LWP 15] [New LWP 16] [New LWP 17] [New LWP 18] [New LWP 19] [New LWP 20] [New LWP 21] [New LWP 22] [New LWP 23] [New LWP 24] [New LWP 25] stats file has been loaded mfschunkserver daemon initialized properly Program received signal SIGPIPE, Broken pipe. 0xfeed57d5 in __write () from /lib/libc.so.1 (gdb) bt #0 0xfeed57d5 in __write () from /lib/libc.so.1 #1 0xfeebf37e in write () from /lib/libc.so.1 #2 0x0804d684 in csserv_write (eptr=0x8a32bf0) at csserv.c:1631 #3 0x0804f604 in csserv_serve (pdesc=0x8033c90) at csserv.c:1900 #4 0x0806208c in mainloop () at ../mfscommon/main.c:348 #5 0x080626fb in main (argc=<value optimized out>, argv=0x40) at ../mfscommon/main.c:1101 |