Re: Case sensitivity in CLASSIFY and LEARN

"Ger Hobbelt" <[email protected]>
Newsgroups gmane.mail.spam.crm114
Message-ID <[email protected]>
On Wed, Oct 1, 2008 at 2:53 AM, James Lee <csejl-/[email protected]> wrote:
> It appears that CRM114 is not able to trap this particular error where a variable is too big for the isolated data area.  To test the trap statement I ran the following and saw the output fine.
>
> {
>    window
>    {
>         input (:fifo:) [nonexistentfile]
>    }
>    trap /.*/
>    {
>         output /error caught\n/
>    }
> }
>
> But if I provide the name of a large file (16M) that actually exists instead the program exits without any output.  Any idea what's going on here?  I'm currently running 20070810-BlameTheSegfault.  Thanks.


The quick way out here is to provide limits with that input statement a la:

>         input (:fifo:) [nonexistentfile 0 1000000]

which will read only the first 1M bytes from :fifo:.

Yet this does not explain the particular error behaviour you are
describing... to be investigated further...



-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--------------------------------------------------
web: http://www.hobbelt.com/
 http://www.hebbut.net/
mail: [email protected]
mobile: +31-6-11 120 978
--------------------------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.