Book a Demo

Author Topic: EA crash problem  (Read 3996 times)

James Chan

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
EA crash problem
« on: May 26, 2012, 05:46:29 pm »
Hi,
  We encountered it as followed:
1) we have an addin writen in C# which serves EA_OnPostNewDiagram event;
2) When we created Structured Activity on Activity Diagram, EA crashed;
3) If we remove the EA_OnPostNewDiagram implementation, problem never happen.

 Does anybody know why that?

Thank & Regards

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: EA crash problem
« Reply #1 on: May 28, 2012, 03:32:09 am »
Are you able to post the full method for it?

Greetings

Stefan
Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

James Chan

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: EA crash problem
« Reply #2 on: May 28, 2012, 11:01:17 am »
The method does nothing but return true that is as folowed:

public bool EA_OnPostNewDiagram(Repository repository, EventProperties info)
{
             return true;
}

From all above, it seems that EA has this bug.

By the way, we are using EA 8.0.864.
« Last Edit: May 28, 2012, 11:52:35 am by c18864 »

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: EA crash problem
« Reply #3 on: May 28, 2012, 11:55:47 am »
Can you send in a bug report please? Thanks.
The Sparx Team
[email protected]

James Chan

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: EA crash problem
« Reply #4 on: May 29, 2012, 11:20:58 am »
Quote
Can you send in a bug report please? Thanks.

I have reported this bug.