Hello list
I cant understand why kill function is called two times to send
sigabort signal. One signal to send is enough, isn't it?
Thanks
void
abort(void) /* POSIX-style abort() function */
{
sigset_t mask;
struct sigaction action;
/*
* Caller can't ignor
Cihan Kömeçoğlu wrote:
Hello list
I cant understand why kill function is called two times to send
sigabort signal. One signal to send is enough, isn't it?
Thanks
void
abort(void) /* POSIX-style abort() function */
{
sigset_t mask;
struct sigaction action;
/*
On Sun, Feb 10, 2008 at 12:23:54PM +0200, Cihan Kömeço??lu wrote:
> Hello list
>
> I cant understand why kill function is called two times to send
> sigabort signal. One signal to send is enough, isn't it?
The program might have installed a signal handler for SIGABRT.
The signal is sent a second
Hi.
Why there are signed counters in gprof? It look weird:
-0.20 -0.10 3749040/-2102105488
insert_overlayed [1800]
112.74 57.07 -2105854528/-2102105488 route2ro [4]
[5] 76.3 112.53 56.97 -2102105488 ro_sort [5]
56.9
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Julian H. Stacey wrote:
> Chuck Robey wrote:
> Ah, sorry, forgot to say: Using a 2nd PC as traffic monitor.
>
> You'd issue probe from FreeBSD to USB device using whatever tools,
> & the (Gasp! Wash my mouth out with soap!) - MS.EXE prog running
> on
On Sun, Feb 10, 2008 at 01:04:24PM +0900, Tod McQuillin wrote:
> On Sat, 9 Feb 2008, Ivan Georgiev wrote:
>
> >I was just playing, trying to see how quotactl works,
> >but in all my tries the values returned are doubled,
> >
> >the values stored in my_st->dqb_bhardlimit and my_st->dqb_curblocks
>
6 matches
Mail list logo