[openib-general] [PATCH] Opensm - fix segfault on exit - cont.

2005-12-19 Thread Yael Kalka
Hi Hal, I've noticed that under certain operating systems, when driver isn't loaded, the SM still exits with segfault. The following patch fixes this. Thanks, Yael Signed-off-by: Yael Kalka <[EMAIL PROTECTED]> Index: libvendor/osm_vendor_ibumad.c =

[openib-general] [PATCH] Opensm - fix segfault on exit

2005-12-04 Thread Yael Kalka
Hi Hal, If the driver isn't loaded, opensm exits with segfault. This is since it tries destroying the signal event in the osm_vendor, but due to the failure - this event wasn't created. The following patch fixes this. Thanks, Yael Signed-off-by: Yael Kalka <[EMAIL PROTECTED]> Index: libvendor