View Issue Details

IDProjectCategoryView StatusLast Update
0003431OpenFOAMBugpublic2020-01-17 15:05
Reporterjtriesch Assigned Tohenry  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version18.04
Product Versiondev 
Fixed in Versiondev 
Summary0003431: gmshToFoam crashes due to parsing of variable identifier $
DescriptiongmshToFoam crashes due to incorrect parsing of Gmsh input files *.msh, with Gmsh file export version 2.2. Error message "wrong token type - expected word, found on line 0 the variable $MeshFormat" indicates a parsing issue. I suspect this is related to commit 3192d64875227d8765a8fe076e94b7a4e9cccdf4 which introduced a new variable type.

Can be fixed by substituting 'variable' for 'word' as type in lines 267, 322, 395, 698, and 814 of gmshToFoam.C.
TagsNo tags attached.

Activities

henry

2020-01-17 15:05

manager   ~0011075

Thanks for the report and proposed update.

Resolved by commit 30970970030fe6100cb75d7bff9c5e6eb9b54645

Issue History

Date Modified Username Field Change
2020-01-17 11:01 jtriesch New Issue
2020-01-17 15:05 henry Assigned To => henry
2020-01-17 15:05 henry Status new => resolved
2020-01-17 15:05 henry Resolution open => fixed
2020-01-17 15:05 henry Fixed in Version => dev
2020-01-17 15:05 henry Note Added: 0011075