Adeel Asghar

Results 183 comments of Adeel Asghar

The compiled OMEdit crashes on startup with, ``` Thread 1 "OMEdit" received signal SIGABRT, Aborted. __pthread_kill_implementation (no_tid=0, signo=6, threadid=140736846681536) at ./nptl/pthread_kill.c:44 44 ./nptl/pthread_kill.c: No such file or directory. ``` OMShell...

``` lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy ``` ``` qmake6 --version QMake version 3.1 Using Qt version 6.2.4...

> Quoted identifiers are allowed to have spaces in them, as well as commas which OMEdit also doesn't allow. PR #12247 fixes that. The original problem reported in the issue...

Or it could be the problem with our matlab reader https://github.com/OpenModelica/OpenModelica/blob/master/OMCompiler/SimulationRuntime/c/util/read_matlab4.c

Ported to maintenance/v1.23 with PR #12256

I closed it too quickly. The actual issue that we remove the space from the variable name is still present. https://github.com/OpenModelica/OpenModelica/blob/bbff56f6c9c75b910b4f62ebefce63c04fa49a19/OMCompiler/SimulationRuntime/c/util/read_matlab4.c#L314

@sjoelund git blame shows a very old commit https://github.com/OpenModelica/OpenModelica/commit/111e61493b87281bd2626754d20c27990b8a6c9f#diff-6f508873244f3e94c3614dcb4fca9b69709980cc190c597eca9f3c4878016e8d

Its same as #10436. Basically more components means bigger JSON and then it takes time to dump and parse it. We are investigating how to improve the performance of JSON...

> Do we have a breakdown of how much each of these steps takes? Yes. See https://github.com/OpenModelica/OpenModelica/issues/10436#issuecomment-1482662610

9.738 is the time for instantiation. The total time is the sum of all i.e., 0.37 + 6.649 + 0.111 + 9.738 = 16.8 Also note that this varies based...