Bug 241465 - Crashes on startup
Summary: Crashes on startup
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: blam
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Gordon
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-05-26 02:55 UTC by Bill Nottingham
Modified: 2014-03-17 03:07 UTC (History)
3 users (show)

Fixed In Version: 1.8.3-4.fc7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-06 16:43:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2007-05-26 02:55:23 UTC
Description of problem:

When starting blam, it churns for 20-30 seconds, then crashes.

strace shows lots of loops of:

access("/usr/share/blam", F_OK)         = 0
stat("/usr/share/blam/themesblam", 0x7fff9fb36bf0) = -1 ENOENT (No such file or
directory)
lstat("/usr/share/blam/themesblam", 0x7fff9fb36bf0) = -1 ENOENT (No such file or
directory)

followed by a segfault, presumably when it blew its stack.

Version-Release number of selected component (if applicable):

blam-1.8.3-3.fc7

Comment 1 Peter Gordon 2007-05-31 01:54:52 UTC
Ugh...I see what looks to be the problem in src/Defines.cs.in. I'll try to fix
it and push a new package through. Thanks for your bug report.

Comment 2 Peter Gordon 2007-05-31 06:31:21 UTC
I've added a patch to 1.8.3-4.fc8 in CVS which fixes this issue on my machine
(Core2 Duo, x86_64/Development). If it's still broken for you, please reopen
this bug with further details. Thanks!

Comment 3 Fedora Update System 2007-06-04 03:14:55 UTC
blam-1.8.3-4.fc7 has been pushed to the Fedora 7 testing repository.  If problems still persist, please make note of it in this bug report.

Comment 4 Bill Nottingham 2007-06-04 21:25:17 UTC
Tested, seems fine. Thanks!

Comment 5 Fedora Update System 2007-06-06 16:43:02 UTC
blam-1.8.3-4.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Thomas Canniot 2007-07-16 15:06:58 UTC
gnome-sharp is requiered by blam and is not installed when blam is installed.


** (/usr/lib/blam/blam.exe:3660): WARNING **: The following assembly referenced
from /usr/lib/blam/blam.exe could not be loaded:
     Assembly:   gnome-sharp    (assemblyref_index=0)
     Version:    2.16.0.0
     Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(/usr/lib/blam).


** (/usr/lib/blam/blam.exe:3660): WARNING **: Could not load file or assembly
'gnome-sharp, Version=2.16.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
The entry point method could not be loaded

Installing gnome-sharp resolves the problem.



Note You need to log in before you can comment on or make changes to this bug.