From 43752f761189a24649af2f59ec685d6d578b13ef Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 27 Mar 2008 15:05:55 +0000 Subject: * Changed check of syscall from die() to warn() in order to let the caller continue. Of course, this ain't going to fix anything, but it might help to see what's going wrong after failing to enter 32-bit personality. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1700 95ad53e4-c205-0410-b2fa-d234c58c8868 --- lib/OpenSLX/Syscall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/OpenSLX/Syscall.pm b/lib/OpenSLX/Syscall.pm index 58eb683d..5d82a361 100644 --- a/lib/OpenSLX/Syscall.pm +++ b/lib/OpenSLX/Syscall.pm @@ -48,7 +48,7 @@ sub enter32BitPersonality _loadPerlHeader('linux/personality.ph', 'sys/personality.ph'); syscall(&SYS_personality, PER_LINUX32()) != -1 - or die _tr("unable to invoke syscall '%s'! ($!)", 'personality'); + or warn _tr("unable to invoke syscall '%s'! ($!)", 'personality'); return; } -- cgit v1.2.3-55-g7522