aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
diff options
context:
space:
mode:
authoranssih <anssih@svn>2010-10-09 12:57:53 +0000
committeranssih <anssih@svn>2010-10-09 12:57:53 +0000
commit88e34fe845b6ee19e227a8dab1dd312c4ffe88ca (patch)
tree25d707d490604b53a8ee3d83729b68cdefaa5609 /tools/Linux
parentfab1ea60cf379c1075d5760f8684576a298d8995 (diff)
fixed: enable core dumps only just before xbmc starts on Linux
xbmc-standalone.sh enables core dumps before it calls xbmc.sh. However, xbmc.sh already enables core dumps just before starting xbmc. Remove the enablement from xbmc-standalone.sh to minimize the amount of core dumps from other processes (FEH.py, etc). git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34589 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/Linux')
-rwxr-xr-xtools/Linux/xbmc-standalone.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/Linux/xbmc-standalone.sh b/tools/Linux/xbmc-standalone.sh
index 25f326de6e..04459e114c 100755
--- a/tools/Linux/xbmc-standalone.sh
+++ b/tools/Linux/xbmc-standalone.sh
@@ -29,12 +29,6 @@ LOOP=1
CRASHCOUNT=0
LASTSUCCESSFULSTART=$(date +%s)
-# Output warning in case ulimit is unsupported by shell
-eval ulimit -c unlimited
-if [ ! $? = "0" ]; then
- echo "xbmc-standalone: ulimit is unsupported by this shell" 1>&2
-fi
-
while [ $(( $LOOP )) = "1" ]
do
$XBMC