Subject: Re: opera6 pkg (i386) having problems?
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 02/09/2003 17:24:35
In article <20030209104835.2bff4198.jmmv@menta.net>,
Julio Merino <jmmv@menta.net> wrote:
>
>Anyway, here is my opera.sh script that I use to run opera:
>
>#!/bin/sh
>
>/usr/pkg/bin/opera
>pkill -9 operapluginclean
>rm -f $HOME/opera.core
>rm -f $HOME/operaplugincleaner.core
>
>Haha, core files gone! ;)
>
>No idea what's happening... but it also crashed before the nathanw_sa
>merge (specially whith pages lots of flash animations), not that many.

use ulimit -c 0, so core files are not even created.

christos