Bug 241465

Summary: Crashes on startup
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: blamAssignee: Peter Gordon <peter>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal, sindrepb, thomas.canniot
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: 1.8.3-4.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-06 16:43:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.