Discussion:
coredump during dump config
(too old to reply)
mark lewis
2012-06-15 10:23:55 UTC
Permalink
this new binkd2e-1.0a-607 that i'm running dumps core when running

binkd2e -d binkd.cfg

i have two include files at the very end of the cfg file and they come right
after my

defnode * -nr

entry... my previous binkd2 does not have this problem... the last line before
the core is "node" and then it poops on the sheets... i'm not even able to
redirect the output to a file other than the "core dumped" notice... nothing
that it has already processed and written to the screen makes it into the file
:(

i had thought there might be a line ending problem... my system uses CRLF and
the BINK.TXT distributed nodelist file is using only LF line endings... i
converted it to CRLF and tried again with the same failure...

has anyone else run into this? i'm pretty sure it has something to do with the
processing of the connections lists... either that or handling include files...
i dunno...

)\/(ark
Andre Grueneberg
2012-06-16 07:39:50 UTC
Permalink
Hi mark

mark lewis schrieb:

ml> this new binkd2e-1.0a-607 that i'm running dumps core when running
ml> binkd2e -d binkd.cfg

You might use gdb to check where it happens ...
gdb <core file>

(gdb) bt

... and send the output. I hope you've got gdb in your EMX installation.

CU Andre E-Mail: ***@grueneberg.de
mark lewis
2012-06-16 11:08:51 UTC
Permalink
ml> this new binkd2e-1.0a-607 that i'm running dumps core when running
ml> binkd2e -d binkd.cfg

AG> You might use gdb to check where it happens ...
AG> gdb <core file>

AG> (gdb) bt

i'll try... if i have gdb...

AG> ... and send the output. I hope you've got gdb in your EMX
AG> installation.

well, i'll be darned!!

GDB 4.16 (emx), Copyright 1996 Free Software Foundation, Inc.

it looks like i do have it :)

)\/(ark
mark lewis
2012-06-16 11:12:58 UTC
Permalink
ml> this new binkd2e-1.0a-607 that i'm running dumps core when running
ml> binkd2e -d binkd.cfg

AG> You might use gdb to check where it happens ...
AG> gdb <core file>

ok, so i ran "binkd2e -d binkd.cfg" and it coredumped... that file is named
core so i ran "gdb core" and it told me this...

4OS2-2.51 (0) | X:\bink >gdb core
GDB is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (emx), Copyright 1996 Free Software Foundation, Inc...

"d:/bink/core": not in executable format: File format not recognized

(gdb) bt
No stack.
(gdb)


AG> (gdb) bt

see above... should i run it as "gdb binkd2e -d binkd.cfg" ?? i've never used
gdb before...

)\/(ark
mark lewis
2012-06-16 11:22:00 UTC
Permalink
ml> see above... should i run it as "gdb binkd2e -d binkd.cfg" ?? i've
ml> never used gdb before...

ahhh... "gdb --help" showed me... but i don't know if this means anything to
you... it doesn't to me...

4OS2-2.51 (0) | D:\bink >gdb --core=core
GDB is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (emx), Copyright 1996 Free Software Foundation, Inc.
#0 0x1434b in ?? ()
(gdb) bt
#0 0x1434b in ?? ()
#1 0x2765b in ?? ()
#2 0x14c50 in ?? ()
#3 0x10f53 in ?? ()
(gdb)

)\/(ark
Andre Grueneberg
2012-06-16 21:55:24 UTC
Permalink
Hi mark

mark lewis schrieb:

ml>> see above... should i run it as "gdb binkd2e -d binkd.cfg" ?? i've
ml>> never used gdb before...
ml> ahhh... "gdb --help" showed me... but i don't know if this means
ml> anything to you... it doesn't to me...
ml> (gdb) bt
ml> #0 0x1434b in ?? ()
ml> #1 0x2765b in ?? ()
ml> #2 0x14c50 in ?? ()
ml> #3 0x10f53 in ?? ()

Some symbols seem to be missing...

CU Andre E-Mail: ***@grueneberg.de
Andre Grueneberg
2012-06-16 21:59:38 UTC
Permalink
Hi mark

Andre Grueneberg schrieb:

ml>>> see above... should i run it as "gdb binkd2e -d binkd.cfg" ?? i've
ml>>> never used gdb before...
ml>> ahhh... "gdb --help" showed me... but i don't know if this means
ml>> anything to you... it doesn't to me...
AG> Some symbols seem to be missing...

... but I just tested it on my Linux ... and it segfaults ...
The issue has been corrected in 1.0a-612.

CU Andre E-Mail: ***@grueneberg.de
mark lewis
2012-06-17 12:56:03 UTC
Permalink
ml>>> see above... should i run it as "gdb binkd2e -d binkd.cfg" ?? i've
ml>>> never used gdb before...
ml>> ahhh... "gdb --help" showed me... but i don't know if this means
ml>> anything to you... it doesn't to me...
AG> Some symbols seem to be missing...

AG> ... but I just tested it on my Linux ... and it segfaults ... The
AG> issue has been corrected in 1.0a-612.

cool! now to get my hands on either the watcom or emx OS/2 version ;)

)\/(ark
Andre Grueneberg
2012-06-17 20:08:04 UTC
Permalink
Hi mark

mark lewis schrieb:

AG>> ... but I just tested it on my Linux ... and it segfaults ... The
AG>> issue has been corrected in 1.0a-612.
ml> cool! now to get my hands on either the watcom or emx OS/2 version
ml> ;)

Did you already try to compile it?

CU Andre E-Mail: ***@grueneberg.de
mark lewis
2012-06-17 15:27:22 UTC
Permalink
"Andre Grueneberg -> mark lewis" <2:2411/525> wrote in news:2409
$***@JamNNTPd:

AG>>> ... but I just tested it on my Linux ... and it segfaults ... The
AG>>> issue has been corrected in 1.0a-612.
ml>> cool! now to get my hands on either the watcom or emx OS/2 version
ml>> ;)

AG> Did you already try to compile it?

i don't have the sources to try to compile from... for now i'm going to
continue looking for binaries already compiled and made available by the
"team"... i have to look back to find who the one or two are that make OS/2
binaries available and see if they have this 612 ready...
--
)\/(ark - remove .my.foot to email me, capiche?
Max Vasilyev
2012-06-18 16:14:16 UTC
Permalink
Hello mark!

17 Jun 12 19:27, you wrote to Andre Grueneberg:

AG>> Did you already try to compile it?
ml> i don't have the sources to try to compile from...
If you don't familiar with CVS, you can get the latest sources from Pavel's
FTP:
ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/snapshot/binkd-1.0.tar.gz

WBR, Max. piwamoto!писем-нет
mark lewis
2012-06-18 09:43:37 UTC
Permalink
"Max Vasilyev -> mark lewis" <2:5057/77> wrote in news:2412
$***@JamNNTPd:

AG>>> Did you already try to compile it?
ml>> i don't have the sources to try to compile from...
MV> If you don't familiar with CVS, you can get the latest sources from
MV> Pavel's
MV> FTP:
MV> ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/snapshot/binkd-1.0.tar.gz

thanks, max... while i am familiar with CVS and git, i do not have those
facilities on my OS/2 box... thanks for the link :)

but for now, i think i'm still going to wait for releases to come down the
pipe... i thought there was a file distribution area for them but maybe
there's a problem with filenames being larger than 8.3... oh well...
--
)\/(ark - remove .my.foot to email me, capiche?
Andre Grueneberg
2012-06-19 20:02:44 UTC
Permalink
Hi mark

mark lewis schrieb:

ml> thanks, max... while i am familiar with CVS and git, i do not have
ml> those facilities on my OS/2 box... thanks for the link :)

Well, it's not too hard to install CVS.

CU Andre E-Mail: ***@grueneberg.de
mark lewis
2012-06-19 15:07:18 UTC
Permalink
ml> thanks, max... while i am familiar with CVS and git, i do not have
ml> those facilities on my OS/2 box... thanks for the link :)

AG> Well, it's not too hard to install CVS.

i dunno... i've danced and danced and danced with it and git on winwhatever and
linux... after a day or two, i was finally able to get git working but then the
client side on winwhatever took another day or two... cvs still hasn't come
around...

and this OS/2 box in question is a production box that has been up and
operational with no changes other than jamnntpd, binkd and maybe one other FTN
package for over a decade... the whole install was initially done when Warp 3
Connect came out and it has not changed since then... i don't believe that i
want to muck about with it too much other than changing out a FTN exe every
once in a while ;)

)\/(ark
Andre Grueneberg
2012-06-20 15:54:42 UTC
Permalink
Hi mark

mark lewis schrieb:

ml> and this OS/2 box in question is a production box that has been up
ml> and operational with no changes other than jamnntpd, binkd and
ml> maybe one other FTN package for over a decade... the whole install
ml> was initially done when Warp 3 Connect came out and it has not
ml> changed since then... i don't believe that i want to muck about
ml> with it too much other than changing out a FTN exe every once in a
ml> while ;)

Well, it seems you don't want to change too much. So you'll have to accept the
consequences. :)

CU Andre E-Mail: ***@grueneberg.de
Tommi Koivula
2012-06-18 14:48:07 UTC
Permalink
Sunday June 17 2012 16:56, mark lewis wrote to Andre Grueneberg:

ml> cool! now to get my hands on either the watcom or emx OS/2 version ;)

Just freq magic BINKD2E from my bbs:

Binkd 1.0a-612 (Jun 18 2012 16:38:45/OS2)
Compilation flags: gcc (klibc), zlib, https, ntlm, amiga_4d_outbound, bwlim.
Facilities: fsp1035 rfc2553emu

'Tommi
mark lewis
2012-06-18 10:55:01 UTC
Permalink
ml> cool! now to get my hands on either the watcom or emx OS/2 version ;)

TK> Just freq magic BINKD2E from my bbs:

TK> Binkd 1.0a-612 (Jun 18 2012 16:38:45/OS2)
TK> Compilation flags: gcc (klibc), zlib, https, ntlm,
TK> amiga_4d_outbound, bwlim. Facilities: fsp1035 rfc2553emu

thanks tommi... i'm not sure if i can get a FREQ thru my hybrid system...
everything starts on the frontdoor side and then that which needs to go via
binkp is specifically transfered over... i've never tried a freq thru that
maze...

however, i have logged into your bbs and i can only find binkd2e 1.0a-611 in
/pub/os2/comm/bbs... not -612... is there somewhere else i should be looking?
the above one is what a keyword search shows me...

)\/(ark
Tommi Koivula
2012-06-18 18:20:22 UTC
Permalink
TK>> Just freq magic BINKD2E from my bbs:
ml>
TK>> Binkd 1.0a-612 (Jun 18 2012 16:38:45/OS2)
TK>> Compilation flags: gcc (klibc), zlib, https, ntlm,
TK>> amiga_4d_outbound, bwlim. Facilities: fsp1035 rfc2553emu
ml>
ml> thanks tommi... i'm not sure if i can get a FREQ thru my hybrid
ml> system... everything starts on the frontdoor side and then that which
ml> needs to go via binkp is specifically transfered over... i've never
ml> tried a freq thru that maze...
ml>
ml> however, i have logged into your bbs and i can only find binkd2e
ml> 1.0a-611 in /pub/os2/comm/bbs... not -612... is there somewhere else i
ml> should be looking? the above one is what a keyword search shows me...

The nightly version is only available by freq, it will appear in the bbs later,
twice a week if I remember correctly...

Anyway, please check your inbound. :)

'Tommi
mark lewis
2012-06-18 20:50:42 UTC
Permalink
ml> however, i have logged into your bbs and i can only find binkd2e
ml> 1.0a-611 in /pub/os2/comm/bbs... not -612... is there somewhere else i
ml> should be looking? the above one is what a keyword search shows me...

TK> The nightly version is only available by freq, it will appear in
TK> the bbs later, twice a week if I remember correctly...

TK> Anyway, please check your inbound. :)

thanks for the send... however...

4OS2-2.51 (0) | D:\bink >binkd2e -d binkd.cfg
SYS0002: The system cannot find the file specified.
"LIBC065"

hunh???

)\/(ark
Tommi Koivula
2012-06-19 07:49:37 UTC
Permalink
19 Jun 12 00:50, you wrote to me:

ml> thanks for the send... however...

ml> 4OS2-2.51 (0) | D:\bink >binkd2e -d binkd.cfg
ml> SYS0002: The system cannot find the file specified.
ml> "LIBC065"

ml> hunh???

ftp://ftp.netlabs.org/pub/gcc/libc-0_6_5-csd5.wpi

'Tommi
mark lewis
2012-06-19 15:02:12 UTC
Permalink
ml> 4OS2-2.51 (0) | D:\bink >binkd2e -d binkd.cfg
ml> SYS0002: The system cannot find the file specified.
ml> "LIBC065"

ml> hunh???

TK> ftp://ftp.netlabs.org/pub/gcc/libc-0_6_5-csd5.wpi

what's a wpi file?

)\/(ark
Benny Pedersen
2012-06-22 15:47:38 UTC
Permalink
Hello mark!

17 Jun 2012 16:56, mark lewis wrote to Andre Grueneberg:

ml> cool! now to get my hands on either the watcom or emx OS/2 version ;)

or install gcc, and then compile the problem ?

(google gentoo on qnap) well i would like to wait :=)


Regards Benny

... there can only be one way of life, and it works :)

Loading...