Discussion:
SEDIT
(too old to reply)
alucard23
2004-01-20 15:34:21 UTC
Permalink
Hi,
I have a problem with OassisOLC for circle3.1(BPL16), the entire OLC works a
treat, there is a BUT here,
When the "sedit" command is issues it prompts for the correct arg's (yup
thats fine)
I then issue the command "sedit 3101" to create a shopfile, and viola the
server seg-faults.
the server is running on a PII200hz running slackware 9, set server style
( i have 5 of them)
any idea, let me know at ***@tiscali.co.uk
Thanks
Jay
Thomas Arp
2004-01-20 23:03:40 UTC
Permalink
Post by alucard23
I have a problem with OassisOLC for circle3.1(BPL16), the entire OLC works a
treat, there is a BUT here,
When the "sedit" command is issues it prompts for the correct arg's (yup
thats fine)
I then issue the command "sedit 3101" to create a shopfile, and viola the
server seg-faults.
the server is running on a PII200hz running slackware 9, set server style
( i have 5 of them)
any idea, let me know at <email adress>
Chose to contact you this way instead. I've recently been debugging
OasisOLC,
especially concerning the sedit implementation. However, your problem
doesn't
ring any bells. It would be nice if you could supply a little more info,
such as, for instance, a backtrace in gdb. Since you have a reproducable
crash bug, try running the server through gdb:

1 gdb bin/circle
2 (gdb) run
3 <crash the server>
4 (gdb) bt
5 (gdb) info local
6 (gdb) list
7 (gdb) up
8 repeat steps 5-7 until you're at command_interpreter().

This info would be highly useful if we're to assist you.

Welcor

Continue reading on narkive:
Loading...