Displaying 4 results from an estimated 4 matches for "event_numb".
Did you mean:
event_num
2024 Apr 24
2
View() segfaulting ...
I'm using bleeding-edge R-devel, so maybe my build is weird. Can
anyone else reproduce this?
View() seems to crash on just about anything.
View(1:3)
*** stack smashing detected ***: terminated
Aborted (core dumped)
If I debug(View) I get to the last line of code with nothing
obviously looking pathological:
Browse[1]>
debug: invisible(.External2(C_dataviewer, x, title))
2004 Aug 06
2
improved error.log output --diff
...404(client, "The source you requested could not be found.");
}
}
@@ -886,7 +886,7 @@
event_config_read(con->event);
break;
default:
- ERROR1("Unknown event number: %d", con->event_number);
+ ERROR1("Unknown event number: %d, %s", con->event_number, client->con->ip);
break;
}
free(con);
@@ -911,7 +911,7 @@
if (strcmp("ICE", httpp_getvar...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...up and Remove actions for virtual ports are handled
* in the service functions below.
*/
static DECLARE_TRANSPORT_CLASS(fc_vport_class,
"fc_vports",
NULL,
NULL,
NULL);
/*
* Netlink Infrastructure
*/
static atomic_t fc_event_seq;
/**
* fc_get_event_number - Obtain the next sequential FC event number
*
* Notes:
* We could have inlined this, but it would have required fc_event_seq to
* be exposed. For now, live with the subroutine call.
* Atomic used to avoid lock/unlock...
*/
u32
fc_get_event_number(void)
{
return atomic_add_return(1,...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...up and Remove actions for virtual ports are handled
* in the service functions below.
*/
static DECLARE_TRANSPORT_CLASS(fc_vport_class,
"fc_vports",
NULL,
NULL,
NULL);
/*
* Netlink Infrastructure
*/
static atomic_t fc_event_seq;
/**
* fc_get_event_number - Obtain the next sequential FC event number
*
* Notes:
* We could have inlined this, but it would have required fc_event_seq to
* be exposed. For now, live with the subroutine call.
* Atomic used to avoid lock/unlock...
*/
u32
fc_get_event_number(void)
{
return atomic_add_return(1,...