Program received signal SIGSEGV, Segmentation fault.
0x807c483 in ov_close () at rt-ov.c:486
486 if (datasrc->ov_opened) {
(gdb) where
#0 0x807c483 in ov_close () at rt-ov.c:486
#1 0x807708c in thread_close () at rthread.c:167
#2 0x8051a6b in close_cache () at cache.c:136
#3 0x80711e5 in unuse_multirc (mptr=0x80e2dc4) at rcstuff.c:204
#4 0x809a232 in nntp_server_died (dp=0x80e4350) at nntp.c:572
#5 0x8082322 in sel_dogroups () at rt-select.c:289
#6 0x8082885 in newsgroup_selector () at rt-select.c:419
#7 0x80918d8 in do_multirc () at trn.c:183
#8 0x8091835 in main (argc=1, argv=0xbffff6d4) at trn.c:152
datasrc is null.
I suspect something is off with my news server, but still this should not core dump.
Found in trn-4.0-test76.
Logged In: NO
using some debug flags, the server is rejecting me...
Entering weblogic.developer.interest.61beta.clustering:>GROUP weblogic.developer.interest.61beta.clustering
<480 Permission denied
>QUIT
<205 closing connection - goodbye!
Program received signal SIGSEGV, Segmentation fault.
0x807c483 in ov_close () at rt-ov.c:486
FYI.
Logged In: NO
The server is reject me, but still should not core...
Entering weblogic.developer.interest.61beta.clustering:>GROUP weblogic.developer.interest.61beta.clustering
<480 Permission denied
>QUIT
<205 closing connection - goodbye!
Program received signal SIGSEGV, Segmentation fault.
0x807c483 in ov_close () at rt-ov.c:486
Logged In: YES
user_id=17056
This is also http://bugs.debian.org/177911. That report
contains a patch, which I forwarded to trn-workers recently.
If no-one objects there then I'll check it into CVS.