mrgmarsh / wfrog

Automatically exported from code.google.com/p/wfrog
GNU General Public License v3.0
0 stars 0 forks source link

Crash #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
NA7KR:/usr/lib/wfrog/wfcommon# *** Error in `/usr/bin/python': double free or 
corruption (out): 0x00007fb06800e900 ***
*** Error in `/usr/bin/python': double free or corruption (out): 
0x00007fb068006ec0 ***

[1]+  Segmentation fault      wfrog

Original issue reported on code.google.com by ke...@na7kr.us on 3 Apr 2014 at 4:52

GoogleCodeExporter commented 9 years ago
More problems please can you help?

Original comment by ke...@na7kr.us on 3 Apr 2014 at 4:53

GoogleCodeExporter commented 9 years ago
OS Debian 64bit
run with no switches
Version 0.8.2-svn-936

Original comment by ke...@na7kr.us on 3 Apr 2014 at 10:50

GoogleCodeExporter commented 9 years ago
Strange ... but I don't think it has nothing to do with wfrog itself. Looks 
more like an error in python (*** Error in `/usr/bin/python': ....) . Again, 
strange. I have several wfrogs running with Debian and no problem so far. They 
stay up and running for months at a time.

Original comment by jordi.pu...@gmail.com on 6 Apr 2014 at 9:42

GoogleCodeExporter commented 9 years ago
I just reinstalled Debian and still the same.... What should I do now?

How do I report python?

Kevin

Original comment by ke...@na7kr.us on 6 Apr 2014 at 6:28

GoogleCodeExporter commented 9 years ago
It is a bug of python and it is most likely due to some wfrog depenency. 
wfcommon dependencies are:

config.py:import logging
config.py:import log
config.py:import yaml
config.py:import inspect
config.py:import sys
config.py:import os.path
config.py:import copy
config.py:from Cheetah.Template import Template
config.py:                self.extensions[ext]=__import__(ext)

customize.py:import os.path
customize.py:import sys
customize.py:import shutil

database.py:import datetime
database.py:import decimal
database.py:    import kinterbasdb
database.py:    import MySQLdb
database.py:    import sqlite3

units.py:import re
units.py:from math import pow, sqrt
utils.py:from xml.etree import ElementTree
utils.py:from time import struct_time, strftime
utils.py:from datetime import datetime
utils.py:from decimal import Decimal

Difficult to say which one could be. Using different versions might help. Try 
to check which version of Cheetah you are running (just a wild guess).

In any case: http://bugs.python.org/
Be prepared to submit a lot of information.

Original comment by jordi.pu...@gmail.com on 6 Apr 2014 at 7:48

GoogleCodeExporter commented 9 years ago
If it helps I did find this does it when the webpage is access.

Kevin

Original comment by ke...@na7kr.us on 6 Apr 2014 at 8:12

GoogleCodeExporter commented 9 years ago
Then it is more likely that my guess (Cheetah) is correct. Why don't you try to 
reproduce the error by running some Cheetah template? Or try differents 
versions to see if the error persists.

I leave the issue in "Waiting" in case you discover anything about this bug.

Original comment by jordi.pu...@gmail.com on 8 Apr 2014 at 8:41

GoogleCodeExporter commented 9 years ago
I looked cheetah and can not work out how to do template yet.
Version is 2.4.4-3

I can not but a bug in on python as there site is not working not sending
email to register....

Original comment by ke...@na7kr.us on 8 Apr 2014 at 10:20