Re: [Freevo-users] Bug in XMLTV Listings?

2007-06-16 Thread Stephen Rowles

I have a similar problem with the TV listsings... but its the TV Guide 
chewing up memory. I haven't noticed because until recently we have not 
had to add or remove programs, we usually have a set of favorites that 
we don't change much.

I have a system with only 256 megs of ram, so things run quite close to 
the limit!

When I start freevo (1.7.2), I have about 90meg of free memory (reported 
with the idle bar plugin).

First time I view the TV guide, I lose about 40meg - 50meg of memory (I 
have a 3.6meg TV.xml file). I didn't think much of this, but today I 
went to the TV guide again, it did the preparing TV listing thing, and 
I lost another 10meg, I now only have 13meg of free memory in the system..

I will report back tomorrow when I have another TV listing, to see if it 
losing memory every time I process a new set of XML.


Jim Duda wrote:
 I think there is a bug/memory leak in maybe XMLTV listings or Scheduled 
 Records.  I'm having trouble pinning it down, as it's not consistent.

 Sometimes, when I view the XMLTV TV Listings under Watch-TV/TV Guide, in 
 conjunction with viewing Scheduled Recordings, a subsequent attempt to 
 watch a recorded video results in a freevo crash.

 If I use the top program, I see that Python has consumed 65% of my RAM 
 (512M bytes).  I have to reboot freevo to get things working again.

 I'm using the most recent released 1.7.2 version.

 How can I help track down this crash?

 Jim

 ---
 Freevo (1.7.2) start at Tue Jun 12 08:31:02 2007
 ---
 Error: VIDEO_SHOW_DATA_DIR not found
 ROM_DRIVES: Auto-detected and added ('/mnt/dvd', '/dev/dvd', 'DVD-1')
 PyLirc resumed!
 Traceback (most recent call last):
File /usr/lib/python2.4/site-packages/freevo/main.py, line 290, in 
 eventhandler
  app.eventhandler(event)
File /usr/lib/python2.4/site-packages/freevo/menu.py, line 673, in 
 eventhandler
  action( arg=arg, menuw=self )
File /usr/lib/python2.4/site-packages/freevo/video/videoitem.py, 
 line 550, in play
  error = self.player.play(mplayer_options, self)
File /usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py, 
 line 179, in play
  self.app = childapp.ChildApp2(command)
File /usr/lib/python2.4/site-packages/freevo/childapp.py, line 369, 
 in __init__
  ChildApp.__init__(self, app, debugname, doeslogging)
File /usr/lib/python2.4/site-packages/freevo/childapp.py, line 114, 
 in __init__
  self.child   = util.popen3.Popen3(start_str)
File /usr/lib/python2.4/site-packages/freevo/util/popen3.py, line 
 84, in Popen3
  return Popen4(cmd, cwd=cwd)
File /usr/lib/python2.4/site-packages/freevo/util/popen3.py, line 
 56, in __init__
  popen2.Popen3.__init__(self, cmd, 1, 100)
File /usr/lib/python2.4/popen2.py, line 46, in __init__
  self.pid = os.fork()
 OSError: [Errno 12] Cannot allocate memory
 -


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
   


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Bug in XMLTV Listings?

2007-06-15 Thread Duncan Webb
Jim Duda wrote:
 Duncan,
 
 1) My local_config.py is attached.
 2) No background freevo processes on the machine which crashes, however,
 on another server machine I have web_server, rss_server, record_server,
 and  encoding_server running.
 3) no freevo crontabs
 4) the machine is up all day, but the problem doesn't happen until I
 view TV guide.
 5) I ran top and watched memory usage.  When I select TV Guide, freevo
 takes 15-20 seconds for Preparing TV Guide.  As this was happening,
 top shows python increasingly taking 62% of the memory.   After I exit
 TV Guide, the memory is still consumed.  If I then go to Watch a
 Movie-Videos and select an mpg to watch, I get the crash.
 
 I do use a cron job to grab the XMLTV listings.  The cron job runs on
 the server machine.  The machine which crashes is NFS mounted to the
 server machine.
 
 0 2 * * * /usr/bin/tv_grab_na_dd --output /media/xmltv/TV.xml
 
 Jim
 
 
 Duncan Webb wrote:
 Jim Duda wrote:
 I think there is a bug/memory leak in maybe XMLTV listings or
 Scheduled Records.  I'm having trouble pinning it down, as it's not
 consistent.

 Sometimes, when I view the XMLTV TV Listings under Watch-TV/TV Guide,
 in conjunction with viewing Scheduled Recordings, a subsequent
 attempt to watch a recorded video results in a freevo crash.

 If I use the top program, I see that Python has consumed 65% of my
 RAM (512M bytes).  I have to reboot freevo to get things working again.

 I'm using the most recent released 1.7.2 version.

 How can I help track down this crash?

 I think that we need more information to help you.
 1) It helps to post your local_config.py
 2) Are you running any freevo processes in the background
 3) Any freevo crontabs
 4) How log is the machine up before it crashes

 Can you watch what is happening with top when you do certain activities
 with freevo, such as going into the tv guide, does the memory usage
 increase each time?

 How did you install python, built it yourself or installed from a
 package?

#
# Keep metadata in memory
# Setting this variable will keep all cache files in memory. Startup will be
# slower, but for large directories, this will speed up the display.
# 0 = Only keep current dir in memory. Use this if you have too much data
# and not enough RAM
# 1 = Once loaded, keep cachefile for directory in memory
# 2 = Load all cachefiles on startup
#
# WARNING: you should not run 'freevo cache' when freevo is running.
#
MEDIAINFO_USE_MEMORY = 1

I've never tried this but this may help, if it still works.

Duncan

 ---

 Freevo (1.7.2) start at Tue Jun 12 08:31:02 2007
 ---

 Error: VIDEO_SHOW_DATA_DIR not found
 ROM_DRIVES: Auto-detected and added ('/mnt/dvd', '/dev/dvd', 'DVD-1')
 PyLirc resumed!
 Traceback (most recent call last):
File /usr/lib/python2.4/site-packages/freevo/main.py, line 290,
 in eventhandler
  app.eventhandler(event)
File /usr/lib/python2.4/site-packages/freevo/menu.py, line 673,
 in eventhandler
  action( arg=arg, menuw=self )
File /usr/lib/python2.4/site-packages/freevo/video/videoitem.py,
 line 550, in play
  error = self.player.play(mplayer_options, self)
File
 /usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py, line
 179, in play
  self.app = childapp.ChildApp2(command)
File /usr/lib/python2.4/site-packages/freevo/childapp.py, line
 369, in __init__
  ChildApp.__init__(self, app, debugname, doeslogging)
File /usr/lib/python2.4/site-packages/freevo/childapp.py, line
 114, in __init__
  self.child   = util.popen3.Popen3(start_str)
File /usr/lib/python2.4/site-packages/freevo/util/popen3.py,
 line 84, in Popen3
  return Popen4(cmd, cwd=cwd)
File /usr/lib/python2.4/site-packages/freevo/util/popen3.py,
 line 56, in __init__
  popen2.Popen3.__init__(self, cmd, 1, 100)
File /usr/lib/python2.4/popen2.py, line 46, in __init__
  self.pid = os.fork()
 OSError: [Errno 12] Cannot allocate memory


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 
 
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 
 
 
 
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 

Re: [Freevo-users] Bug in XMLTV Listings?

2007-06-15 Thread Duncan Webb
Jim Duda wrote:
 Duncan,
 
 Unfortunately, I cannot run without mounted NFS partitions.  The client 
 machine in question runs as a diskless machine which uses NFS for its 
 root file system.
 
 Other tests I can run?
 
Would it be possible to use a smb mount instead of nfs?

The reason I ask is because I read somewhere that nfs had memory
problems. So the intention is just to eliminate this from the possible
causes and this is one thing that is a bit special about your set-up.

It doesn't seem to be a general problem as nobody else has reported this
type of problem. I used to have my freevo box running for weeks and
would have expected to see a problem over this time.

Duncan

 Duncan Webb wrote:
 Duncan,

 1) My local_config.py is attached.
 2) No background freevo processes on the machine which crashes, however,
 on another server machine I have web_server, rss_server, record_server,
 and  encoding_server running.
 3) no freevo crontabs
 4) the machine is up all day, but the problem doesn't happen until I
 view TV guide.
 5) I ran top and watched memory usage.  When I select TV Guide, freevo
 takes 15-20 seconds for Preparing TV Guide.  As this was happening,
 top shows python increasingly taking 62% of the memory.   After I exit
 TV Guide, the memory is still consumed.  If I then go to Watch a
 Movie-Videos and select an mpg to watch, I get the crash.

 I do use a cron job to grab the XMLTV listings.  The cron job runs on
 the server machine.  The machine which crashes is NFS mounted to the
 server machine.
 Is it possible to run without NFS mounted partitions? If so, can you try
 this and see if the memory usage still causes a crash? It will increase as
 the TV guide is loaded and I wouldn't expect it to go up further next time
 you go into the TV guide.

 0 2 * * * /usr/bin/tv_grab_na_dd --output /media/xmltv/TV.xml
 Duncan

 Duncan Webb wrote:
 Jim Duda wrote:
 I think there is a bug/memory leak in maybe XMLTV listings or Scheduled
 Records.  I'm having trouble pinning it down, as it's not consistent.

 Sometimes, when I view the XMLTV TV Listings under Watch-TV/TV Guide,
 in
 conjunction with viewing Scheduled Recordings, a subsequent attempt to
 watch a recorded video results in a freevo crash.

 If I use the top program, I see that Python has consumed 65% of my RAM
 (512M bytes).  I have to reboot freevo to get things working again.

 I'm using the most recent released 1.7.2 version.

 How can I help track down this crash?
 I think that we need more information to help you.
 1) It helps to post your local_config.py
 2) Are you running any freevo processes in the background
 3) Any freevo crontabs
 4) How log is the machine up before it crashes

 Can you watch what is happening with top when you do certain activities
 with freevo, such as going into the tv guide, does the memory usage
 increase each time?

 How did you install python, built it yourself or installed from a
 package?

 Duncan



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Bug in XMLTV Listings?

2007-06-14 Thread Jim Duda
Duncan,

Unfortunately, I cannot run without mounted NFS partitions.  The client 
machine in question runs as a diskless machine which uses NFS for its 
root file system.

Other tests I can run?

Jim

Duncan Webb wrote:
 Duncan,

 1) My local_config.py is attached.
 2) No background freevo processes on the machine which crashes, however,
 on another server machine I have web_server, rss_server, record_server,
 and  encoding_server running.
 3) no freevo crontabs
 4) the machine is up all day, but the problem doesn't happen until I
 view TV guide.
 5) I ran top and watched memory usage.  When I select TV Guide, freevo
 takes 15-20 seconds for Preparing TV Guide.  As this was happening,
 top shows python increasingly taking 62% of the memory.   After I exit
 TV Guide, the memory is still consumed.  If I then go to Watch a
 Movie-Videos and select an mpg to watch, I get the crash.

 I do use a cron job to grab the XMLTV listings.  The cron job runs on
 the server machine.  The machine which crashes is NFS mounted to the
 server machine.
 
 Is it possible to run without NFS mounted partitions? If so, can you try
 this and see if the memory usage still causes a crash? It will increase as
 the TV guide is loaded and I wouldn't expect it to go up further next time
 you go into the TV guide.
 
 0 2 * * * /usr/bin/tv_grab_na_dd --output /media/xmltv/TV.xml
 
 Duncan
 
 Duncan Webb wrote:
 Jim Duda wrote:
 I think there is a bug/memory leak in maybe XMLTV listings or Scheduled
 Records.  I'm having trouble pinning it down, as it's not consistent.

 Sometimes, when I view the XMLTV TV Listings under Watch-TV/TV Guide,
 in
 conjunction with viewing Scheduled Recordings, a subsequent attempt to
 watch a recorded video results in a freevo crash.

 If I use the top program, I see that Python has consumed 65% of my RAM
 (512M bytes).  I have to reboot freevo to get things working again.

 I'm using the most recent released 1.7.2 version.

 How can I help track down this crash?
 I think that we need more information to help you.
 1) It helps to post your local_config.py
 2) Are you running any freevo processes in the background
 3) Any freevo crontabs
 4) How log is the machine up before it crashes

 Can you watch what is happening with top when you do certain activities
 with freevo, such as going into the tv guide, does the memory usage
 increase each time?

 How did you install python, built it yourself or installed from a
 package?

 Duncan

 ---
 Freevo (1.7.2) start at Tue Jun 12 08:31:02 2007
 ---
 Error: VIDEO_SHOW_DATA_DIR not found
 ROM_DRIVES: Auto-detected and added ('/mnt/dvd', '/dev/dvd', 'DVD-1')
 PyLirc resumed!
 Traceback (most recent call last):
File /usr/lib/python2.4/site-packages/freevo/main.py, line 290, in
 eventhandler
  app.eventhandler(event)
File /usr/lib/python2.4/site-packages/freevo/menu.py, line 673, in
 eventhandler
  action( arg=arg, menuw=self )
File /usr/lib/python2.4/site-packages/freevo/video/videoitem.py,
 line 550, in play
  error = self.player.play(mplayer_options, self)
File
 /usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py,
 line 179, in play
  self.app = childapp.ChildApp2(command)
File /usr/lib/python2.4/site-packages/freevo/childapp.py, line
 369,
 in __init__
  ChildApp.__init__(self, app, debugname, doeslogging)
File /usr/lib/python2.4/site-packages/freevo/childapp.py, line
 114,
 in __init__
  self.child   = util.popen3.Popen3(start_str)
File /usr/lib/python2.4/site-packages/freevo/util/popen3.py, line
 84, in Popen3
  return Popen4(cmd, cwd=cwd)
File /usr/lib/python2.4/site-packages/freevo/util/popen3.py, line
 56, in __init__
  popen2.Popen3.__init__(self, cmd, 1, 100)
File /usr/lib/python2.4/popen2.py, line 46, in __init__
  self.pid = os.fork()
 OSError: [Errno 12] Cannot allocate memory

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

 
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your 

Re: [Freevo-users] Bug in XMLTV Listings?

2007-06-13 Thread Duncan Webb
Jim Duda wrote:
 I think there is a bug/memory leak in maybe XMLTV listings or Scheduled 
 Records.  I'm having trouble pinning it down, as it's not consistent.
 
 Sometimes, when I view the XMLTV TV Listings under Watch-TV/TV Guide, in 
 conjunction with viewing Scheduled Recordings, a subsequent attempt to 
 watch a recorded video results in a freevo crash.
 
 If I use the top program, I see that Python has consumed 65% of my RAM 
 (512M bytes).  I have to reboot freevo to get things working again.
 
 I'm using the most recent released 1.7.2 version.
 
 How can I help track down this crash?

I think that we need more information to help you.
1) It helps to post your local_config.py
2) Are you running any freevo processes in the background
3) Any freevo crontabs
4) How log is the machine up before it crashes

Can you watch what is happening with top when you do certain activities
with freevo, such as going into the tv guide, does the memory usage
increase each time?

How did you install python, built it yourself or installed from a package?

Duncan

 ---
 Freevo (1.7.2) start at Tue Jun 12 08:31:02 2007
 ---
 Error: VIDEO_SHOW_DATA_DIR not found
 ROM_DRIVES: Auto-detected and added ('/mnt/dvd', '/dev/dvd', 'DVD-1')
 PyLirc resumed!
 Traceback (most recent call last):
File /usr/lib/python2.4/site-packages/freevo/main.py, line 290, in 
 eventhandler
  app.eventhandler(event)
File /usr/lib/python2.4/site-packages/freevo/menu.py, line 673, in 
 eventhandler
  action( arg=arg, menuw=self )
File /usr/lib/python2.4/site-packages/freevo/video/videoitem.py, 
 line 550, in play
  error = self.player.play(mplayer_options, self)
File /usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py, 
 line 179, in play
  self.app = childapp.ChildApp2(command)
File /usr/lib/python2.4/site-packages/freevo/childapp.py, line 369, 
 in __init__
  ChildApp.__init__(self, app, debugname, doeslogging)
File /usr/lib/python2.4/site-packages/freevo/childapp.py, line 114, 
 in __init__
  self.child   = util.popen3.Popen3(start_str)
File /usr/lib/python2.4/site-packages/freevo/util/popen3.py, line 
 84, in Popen3
  return Popen4(cmd, cwd=cwd)
File /usr/lib/python2.4/site-packages/freevo/util/popen3.py, line 
 56, in __init__
  popen2.Popen3.__init__(self, cmd, 1, 100)
File /usr/lib/python2.4/popen2.py, line 46, in __init__
  self.pid = os.fork()
 OSError: [Errno 12] Cannot allocate memory


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Bug in XMLTV Listings?

2007-06-13 Thread Duncan Webb
 Duncan,

 1) My local_config.py is attached.
 2) No background freevo processes on the machine which crashes, however,
 on another server machine I have web_server, rss_server, record_server,
 and  encoding_server running.
 3) no freevo crontabs
 4) the machine is up all day, but the problem doesn't happen until I
 view TV guide.
 5) I ran top and watched memory usage.  When I select TV Guide, freevo
 takes 15-20 seconds for Preparing TV Guide.  As this was happening,
 top shows python increasingly taking 62% of the memory.   After I exit
 TV Guide, the memory is still consumed.  If I then go to Watch a
 Movie-Videos and select an mpg to watch, I get the crash.

 I do use a cron job to grab the XMLTV listings.  The cron job runs on
 the server machine.  The machine which crashes is NFS mounted to the
 server machine.

Is it possible to run without NFS mounted partitions? If so, can you try
this and see if the memory usage still causes a crash? It will increase as
the TV guide is loaded and I wouldn't expect it to go up further next time
you go into the TV guide.

 0 2 * * * /usr/bin/tv_grab_na_dd --output /media/xmltv/TV.xml

Duncan

 Duncan Webb wrote:
 Jim Duda wrote:
 I think there is a bug/memory leak in maybe XMLTV listings or Scheduled
 Records.  I'm having trouble pinning it down, as it's not consistent.

 Sometimes, when I view the XMLTV TV Listings under Watch-TV/TV Guide,
 in
 conjunction with viewing Scheduled Recordings, a subsequent attempt to
 watch a recorded video results in a freevo crash.

 If I use the top program, I see that Python has consumed 65% of my RAM
 (512M bytes).  I have to reboot freevo to get things working again.

 I'm using the most recent released 1.7.2 version.

 How can I help track down this crash?

 I think that we need more information to help you.
 1) It helps to post your local_config.py
 2) Are you running any freevo processes in the background
 3) Any freevo crontabs
 4) How log is the machine up before it crashes

 Can you watch what is happening with top when you do certain activities
 with freevo, such as going into the tv guide, does the memory usage
 increase each time?

 How did you install python, built it yourself or installed from a
 package?

 Duncan

 ---
 Freevo (1.7.2) start at Tue Jun 12 08:31:02 2007
 ---
 Error: VIDEO_SHOW_DATA_DIR not found
 ROM_DRIVES: Auto-detected and added ('/mnt/dvd', '/dev/dvd', 'DVD-1')
 PyLirc resumed!
 Traceback (most recent call last):
File /usr/lib/python2.4/site-packages/freevo/main.py, line 290, in
 eventhandler
  app.eventhandler(event)
File /usr/lib/python2.4/site-packages/freevo/menu.py, line 673, in
 eventhandler
  action( arg=arg, menuw=self )
File /usr/lib/python2.4/site-packages/freevo/video/videoitem.py,
 line 550, in play
  error = self.player.play(mplayer_options, self)
File
 /usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py,
 line 179, in play
  self.app = childapp.ChildApp2(command)
File /usr/lib/python2.4/site-packages/freevo/childapp.py, line
 369,
 in __init__
  ChildApp.__init__(self, app, debugname, doeslogging)
File /usr/lib/python2.4/site-packages/freevo/childapp.py, line
 114,
 in __init__
  self.child   = util.popen3.Popen3(start_str)
File /usr/lib/python2.4/site-packages/freevo/util/popen3.py, line
 84, in Popen3
  return Popen4(cmd, cwd=cwd)
File /usr/lib/python2.4/site-packages/freevo/util/popen3.py, line
 56, in __init__
  popen2.Popen3.__init__(self, cmd, 1, 100)
File /usr/lib/python2.4/popen2.py, line 46, in __init__
  self.pid = os.fork()
 OSError: [Errno 12] Cannot allocate memory


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net

[Freevo-users] Bug in XMLTV Listings?

2007-06-12 Thread Jim Duda
I think there is a bug/memory leak in maybe XMLTV listings or Scheduled 
Records.  I'm having trouble pinning it down, as it's not consistent.

Sometimes, when I view the XMLTV TV Listings under Watch-TV/TV Guide, in 
conjunction with viewing Scheduled Recordings, a subsequent attempt to 
watch a recorded video results in a freevo crash.

If I use the top program, I see that Python has consumed 65% of my RAM 
(512M bytes).  I have to reboot freevo to get things working again.

I'm using the most recent released 1.7.2 version.

How can I help track down this crash?

Jim

---
Freevo (1.7.2) start at Tue Jun 12 08:31:02 2007
---
Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added ('/mnt/dvd', '/dev/dvd', 'DVD-1')
PyLirc resumed!
Traceback (most recent call last):
   File /usr/lib/python2.4/site-packages/freevo/main.py, line 290, in 
eventhandler
 app.eventhandler(event)
   File /usr/lib/python2.4/site-packages/freevo/menu.py, line 673, in 
eventhandler
 action( arg=arg, menuw=self )
   File /usr/lib/python2.4/site-packages/freevo/video/videoitem.py, 
line 550, in play
 error = self.player.play(mplayer_options, self)
   File /usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py, 
line 179, in play
 self.app = childapp.ChildApp2(command)
   File /usr/lib/python2.4/site-packages/freevo/childapp.py, line 369, 
in __init__
 ChildApp.__init__(self, app, debugname, doeslogging)
   File /usr/lib/python2.4/site-packages/freevo/childapp.py, line 114, 
in __init__
 self.child   = util.popen3.Popen3(start_str)
   File /usr/lib/python2.4/site-packages/freevo/util/popen3.py, line 
84, in Popen3
 return Popen4(cmd, cwd=cwd)
   File /usr/lib/python2.4/site-packages/freevo/util/popen3.py, line 
56, in __init__
 popen2.Popen3.__init__(self, cmd, 1, 100)
   File /usr/lib/python2.4/popen2.py, line 46, in __init__
 self.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory
-


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users