Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash in SSM device #4556

Closed
namdre opened this issue Sep 10, 2018 · 1 comment
Closed

crash in SSM device #4556

namdre opened this issue Sep 10, 2018 · 1 comment
Assignees
Milestone

Comments

@namdre
Copy link
Contributor

namdre commented Sep 10, 2018

reported by Mirko Barthauer

 SUMO (very recent development version) crashes shortly after the first vehicles have entered the network. After some debugging, I have come across this failing assertion:

Assertion failed: egoLane == egoConflictLane, file D:\SUMO\sumo-eclipse-github\sumo\src\microsim\devices\MSDevice_SSM.cpp, line 1702

Different cases with respect to egoLane, egoConflictLane, foeLane and foeConflictLane are handled. This one is not: egoLane != egoConflictLane && foeLane != foeConflictLane. My network looks like that (see the screenshot below, too):

    both egoConflictLane and foeConflictLane reference the same internal lane (downstream vvl_0)
    foeLane (-gneE22_0) is located upstream of egoLane (vvl_0)
    egoLane is allowed for a special vehicle class

grafik

@namdre namdre added this to the 1.0.1 milestone Sep 10, 2018
@m-kro
Copy link
Contributor

m-kro commented Sep 10, 2018

ssm_assert.zip
Here is a cut-down version of the simulation with which the error occurs at sim time 20.2.

leoluecken pushed a commit that referenced this issue Sep 11, 2018
leoluecken pushed a commit that referenced this issue Sep 11, 2018
palvarezlopez pushed a commit that referenced this issue Sep 11, 2018
palvarezlopez pushed a commit that referenced this issue Sep 11, 2018
palvarezlopez pushed a commit that referenced this issue Sep 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants