Opened 12 years ago

Closed 8 years ago

#1938 closed defect (invalid)

Stack overflow in frontend

Reported by: wbraun Owned by: somebody
Priority: normal Milestone:
Component: Frontend Version: trunk
Keywords: Cc:

Description

On 15/11/12 09:37, Mikelsons Lars (DC/ETI22) wrote:

 model actuatedPrismatic
  PlanarMechanicsForTesting.Joints.ActuatedPrismatic actuatedPrismatic(r={0,1});
  PlanarMechanicsForTesting.Parts.Fixed fixed ;
  PlanarMechanicsForTesting.Parts.Body body(m=100, I=0.1);
  PlanarMechanicsForTesting.Parts.FixedTranslation fixedTranslation;
   Modelica.Mechanics.Translational.Components.Spring spring1(
     c=20000,
     s_rel(start=0.5),
     s_rel0=1);
   Modelica.Mechanics.Translational.Components.Fixed fixed1;
 equation
   connect(actuatedPrismatic.frame_a, fixed.frame_a) ;
   connect(body.frame_a, fixedTranslation.frame_b) ;
   connect(fixedTranslation.frame_a, actuatedPrismatic.frame_b) ;
   connect(fixed1.flange, spring1.flange_a) ;
   connect(spring1.flange_b, actuatedPrismatic.flange_a) ;

Change History (10)

comment:1 Changed 12 years ago by sjoelund.se

  • Summary changed from Stack overflow in frontent to Stack overflow in frontend

comment:2 Changed 12 years ago by sjoelund.se

This one fails:

model actuatedPrismatic
  PlanarMechanicsStandard.Joints.ActuatedPrismatic actuatedPrismatic(r={0,1});
end actuatedPrismatic;

This one succeeds:

model actuatedPrismatic
  PlanarMechanicsStandard.Joints.ActuatedPrismatic actuatedPrismaticX(r={0,1});
end actuatedPrismatic;

comment:3 Changed 11 years ago by sjoelund.se

  • Milestone changed from 1.9.0 to 1.9.1

Postponed until 1.9.1

comment:4 Changed 10 years ago by sjoelund.se

  • Milestone changed from 1.9.1 to 1.9.2

This ticket was not closed for 1.9.1, which has now been released. It was batch modified for milestone 1.9.2 (but maybe an empty milestone was more appropriate; feel free to change it).

comment:5 Changed 10 years ago by sjoelund.se

  • Milestone changed from 1.9.2 to 1.9.3

Milestone changed to 1.9.3 since 1.9.2 was released.

comment:6 Changed 9 years ago by sjoelund.se

  • Milestone changed from 1.9.3 to 1.9.4

Moved to new milestone 1.9.4

comment:7 Changed 9 years ago by sjoelund.se

  • Milestone changed from 1.9.4 to 1.9.5

Milestone pushed to 1.9.5

comment:8 Changed 9 years ago by sjoelund.se

  • Milestone changed from 1.9.5 to 1.10.0

Milestone renamed

comment:9 Changed 8 years ago by hkiel

Does this stack overflow ticket still exist?
With the model code above I cannot reproduce anything...

comment:10 Changed 8 years ago by sjoelund.se

  • Milestone 1.10.0 deleted
  • Resolution set to invalid
  • Status changed from new to closed

The library changed a lot and there is no total model, so let's assume it works fine...

Note: See TracTickets for help on using tickets.