After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 302142 - Opening a second copy of Blam crashes both
Opening a second copy of Blam crashes both
Status: RESOLVED FIXED
Product: blam
Classification: Other
Component: General
1.6.x
Other All
: Normal blocker
: ---
Assigned To: Mikael Hallendal
Mikael Hallendal
Depends on:
Blocks:
 
 
Reported: 2005-04-27 08:58 UTC by Corey Burger
Modified: 2005-05-08 22:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Corey Burger 2005-04-27 08:58:25 UTC
Please describe the problem:
When you open another copy of Blam, both copies will crash.

Steps to reproduce:
1. Open Blam
2. Open Blam again
3. Watch them crash


Actual results:
I get to watch a crash

Expected results:
That either it jumps you to the 1st copy or opens a 2nd copy

Does this happen every time?
Yes

Other information:
When the two copies get opened, the data about having read certain posts gets lost.
Comment 1 Mikael Hallendal 2005-05-08 10:23:16 UTC
Hmm .. tried it here and seems to be a new problem. Probably since a newer Mono, are you using 1.1.X as 
well?
Comment 2 Corey Burger 2005-05-08 16:33:16 UTC
Everybody loves crack of the day. 1.1.7 on Ubuntu Breezy. But I think the issue
existed with Hoary, which has 1.0.5
Comment 3 Mikael Hallendal 2005-05-08 21:13:16 UTC
Hmm .. I have never noticed this and it used to work. Doesn't matter, I'll look into it before releasing.
Comment 4 Mikael Hallendal 2005-05-08 22:49:01 UTC
Ah, it was an oldtimer, I think this was in Mono 1.0 or one of the 1.0 releases
that this was changed. The handler for the IPC connection is garbage collected
and then it crashes when an IPC call is received.

Fixed in CVS. Thanks for notifying.