Hi lin q, Use gdb to step through the problem area. Set break points inside your catch handler. I suspect that the caller of func() is dereferecing the NULL pointer, causing a segment fault. HTH, --Eljay
Hi lin q, Use gdb to step through the problem area. Set break points inside your catch handler. I suspect that the caller of func() is dereferecing the NULL pointer, causing a segment fault. HTH, --Eljay