-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault upon launch (gourmet-0.12.2) #548
Comments
Submitted by SourceForge user thomas_hinkle on 2006-11-03 03:41:15 UTC. Logged In: YES One last comment. I assume (hopefully correctly) that the $ python
If that doesn't segfault, I'm guessing some combination of
If you get one of those to segfault, of course, that's what |
Submitted by SourceForge user thomas_hinkle on 2006-11-03 03:37:58 UTC. Logged In: YES Ok then -- your gnomeprint installation is broken (either A workaround would be to disable gnomeprint. I believe you $ gourmet --force-lprprint This means you won't have fancy print output. But that's ok (Note that since this isn't a gourmet bug but a bug in one |
Submitted by SourceForge user s_evans on 2006-11-03 03:28:02 UTC. Logged In: YES ok, here it is--- bash-3.1# python -v installing zipimport hookimport zipimport # builtin installed zipimport hook/usr/lib/python2.4/site.pyc matches /usr/lib/python2.4/site.pyimport site # precompiled from /usr/lib/python2.4/site.pyc /usr/lib/python2.4/os.pyc matches /usr/lib/python2.4/os.pyimport os # precompiled from /usr/lib/python2.4/os.pyc /usr/lib/python2.4/posixpath.pyc matches/usr/lib/python2.4/posixpath.py /usr/lib/python2.4/stat.pyc matches /usr/lib/python2.4/stat.pyimport stat # precompiled from /usr/lib/python2.4/stat.pyc /usr/lib/python2.4/UserDict.pyc matches/usr/lib/python2.4/UserDict.py /usr/lib/python2.4/copy_reg.pyc matches/usr/lib/python2.4/copy_reg.py /usr/lib/python2.4/types.pyc matches/usr/lib/python2.4/types.py /usr/lib/python2.4/warnings.pyc matches/usr/lib/python2.4/warnings.py /usr/lib/python2.4/linecache.pyc matches/usr/lib/python2.4/linecache.py /usr/lib/python2.4/encodings/init.pyc matches/usr/lib/python2.4/encodings/init.py /usr/lib/python2.4/codecs.pyc matches/usr/lib/python2.4/codecs.py /usr/lib/python2.4/encodings/aliases.pyc matches/usr/lib/python2.4/encodings/aliases.py /usr/lib/python2.4/encodings/latin_1.pyc matches/usr/lib/python2.4/encodings/latin_1.py
|
Submitted by SourceForge user thomas_hinkle on 2006-11-03 03:12:37 UTC. Logged In: YES Ok... this time, try the following: $ python -v
You'll get a lot more debug info printed out -- hopefully |
Submitted by SourceForge user s_evans on 2006-11-03 02:55:59 UTC. Logged In: YES No such luck! Here's what I got--
what next? |
Submitted by SourceForge user nobody on 2006-11-03 00:53:48 UTC. Logged In: NO Uff, segfault sounds bad. It looks like it may be Can you try the following from the commandline: $ python
I'm wondering if you'll get the segfault just by importing |
Converted from SourceForge issue 1589636, submitted by SourceForge user s_evans on 2006-11-02 23:56:49 UTC.
I had been running gourmet-0.8.5.14 on Slackware 10.2.
I just finished a clean installation of Slackware 11.0
and now gourmet-0.12.2 will not run... :(
I get the following:
bash-3.1# gourmet -vvv
DEBUG_LEVEL= 3
DEBUG:
/usr/lib/python2.4/site-packages/gourmet/gglobals.py:
84 gourmetdir=/root/.gourmet
DEBUG:
/usr/lib/python2.4/site-packages/gourmet/gglobals.py:
224 SQL database in use. Disabling threads.
DEBUG:
/usr/lib/python2.4/site-packages/gourmet/gglobals.py:
231 using GourmetFauxThreads
DEBUG:
/usr/lib/python2.4/site-packages/gourmet/GourmetFauxThreads.py:
11 Using GourmetFauxThreads
Segmentation fault
bash-3.1#
HELP!!
The text was updated successfully, but these errors were encountered: