Newsgroups: comp.protocols.iso.dev-environ Path: utzoo!utgpu!cunews!bnrgate!pww From: pww@bnr.ca (Peter Whittaker) Subject: Re: Problems with str2aei().. Message-ID: <1990Oct19.175950.19743@bnrgate.bnr.ca> Keywords: aei, NOSTUB, ISODE 5.0 Sender: news@bnrgate.bnr.ca (USENET News System) Organization: Bell-Northern Research, Ltd., Ottawa, Ontario, CANADA References: <559@.betaal.UUCP> Date: Fri, 19 Oct 90 17:59:50 GMT In article <559@.betaal.UUCP> murthy@betaal.UUCP (C. V. R. Murthy) writes: >Hello! >the following entry gives me a core dump: > static LLog _pgm_log = { > "/usr2/isode/isode-5.0/log/logfile", NULLCP, NULLCP, > LLOG_FATAL | LLOGEXCEPTIONS | LLOG_NOTICE, > -1, > LLOGCLS | LLOGCRT | LLOGZER, > NOTOK > }; > LLog *pgm_log = &_pgm_log; > >Thanks in advance >& waiting eagerly for responses, > You need one more line (you took this structure straight from the manual, without checking the argument count - naughty, naughty :-)). ...... LLOG_FATAL | LLOGEXCEPTIONS | LLOG_NOTICE, LLOG_NONE, /* no syslog logging */ -1, ........ That should do it. ISODE is really quite neat, and fun to use (not to mention useful, functional, and free.... :@}) but the manuals run at about 75% accurate. (For further news, join the QUIPU discussion group: QUIPU-REQUEST@cs.ucl.ac.uk It's not on the Internet at large (as far as I know), but is available as a mail-out to any interested party). -- Peter W. (pww@bnr.ca) "'True wisdom consists of knowing that you know nothing.' Hey, that's us!" - Socrates, as quoted by Bill S. Preston, Esq., whilst conversing with Ted (Theodore) Logan.