-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error when conduct experiment of Mini World Generator(MWGen) #16
Comments
I run the script on Javagui, too. I found a txt file in the
|
Hi @Benyi-Peng, Thanks for the detailed bug report. I was able to reproduce the problem with the current development version of SECONDO. Our team will now investigate the issue. Stacktrace of the development version:
Second stacktrace
Best regards |
Hi @jnidzwetzki,
However, line50 of createpave1.sec, called the operator aggregateB just like the crash code but it went well. I think there is a complicated reason for the difference and hope your team find it soon. Have a nice day! |
Valgrind output
|
The behavior of the operator
|
Environment
Secondo version: 4.2.0
System: Ubuntu 20.04.2 LTS
Memory: 8GB
The system runs on VMWare.
What I do
I was conducting the experiment which described in the article MWGen: A Mini World Generator written by Jianqiu Xu and Ralf Hartmut Guting. I found a user manual at here.
TM-Data
├── ./berlinroads
├── ./berlintraffic
├── ./CINEMA_Paths
├── ./FloorPlan
│ ├── ./FloorPlan/cinema.groom
│ ├── ./FloorPlan/cinema.staircase
│ ├── ./FloorPlan/hospital.groom0
│ ├── ./FloorPlan/hospital.groom1
│ ├── ./FloorPlan/hospital.groom2
│ ├── ./FloorPlan/hospital.groom3
│ ├── ./FloorPlan/hospital.staircase
│ ├── ./FloorPlan/hotel.groom
│ ├── ./FloorPlan/hotel.staircase
│ ├── ./FloorPlan/mall.groom0
│ ├── ./FloorPlan/mall.groom1
│ ├── ./FloorPlan/mall.groom2
│ ├── ./FloorPlan/mall.groom3
│ ├── ./FloorPlan/mall.groom4
│ ├── ./FloorPlan/mall.staircase
│ ├── ./FloorPlan/office24.groom
│ ├── ./FloorPlan/office24.staircase
│ ├── ./FloorPlan/office38.groom
│ ├── ./FloorPlan/office38.staircase
│ ├── ./FloorPlan/trainstation.groom
│ ├── ./FloorPlan/trainstation.staircase
│ ├── ./FloorPlan/university.corridor
│ ├── ./FloorPlan/university.groom
│ ├── ./FloorPlan/university.lift
│ └── ./FloorPlan/university.staircase
├── ./HOSPITAL_Paths
├── ./HOTEL_Paths
├── ./houstonroads
├── ./houstontraffic
├── ./OFFICE24_Paths
├── ./OFFICE38_Paths
├── ./SHOPPINGMALL_Paths
├── ./streets_speed
├── ./TRAINSTATION_Paths
└── ./UNIVERSITY_Paths
PS: There is some type mismatching mistakes appears in the createberlingenmo.sec. I give it a try but I am not sure whether it is a appropriate one. Here is the code I modified.
let node_reg = graph_node feed aggregateB[Pavement; fun(r1:region,r2:region) r1 union r2; [const region value()]];
in createpave1.sec. The information showed in terminal is too long so I put it here. However I put the related information below.I guess the reason is the scripts is too old to run on the current SECONDO system. Or there is something I should modify in the configuration plan. Could you help me to figure this out? Thank you very much for your attention! Have a good day!
The text was updated successfully, but these errors were encountered: