harka

About

Username
harka
Joined
Visits
0
Last Active
Roles
Member

Comments

  • Hi Matthias, thanks, but I still don't quite get it. What is the type of "cell_to_insert". In the docs I could only find cell.insert versions which need an Instance object/Instance Array object representing the instance. Well, the questi…
  • Hi, I'm trying to do a similar thing, merging two (or more) gds files into one layout. To avoid name clashing all cells get renamed after the loading. I tried to follow your advice, to create a new top cell and add the original top cells. I'm gues…
  • Hi Matthias, you are right, the MAC OS line should be UTF-8: ms_system_codec = QTextCodec::codecForName ("UTF-8"); and not Latin-1, which was working because I tested it with only ascii characters. With the above change, it works also…
  • Hi Matthias, I stepped through main() with your putenv advice and the problem seems to be the function tl::system_to_string() from the tlInternational.cc file. There a QTextCodec object and a QString is instantiated, one of those causes the crash…
  • Hi Matthias, thanks, I'll see to it and convince Apple. Best regards, Hannes
  • Hi Matthias, I'm a step further... The relevant environment variables on the command line are the LANG and or LC_ALL parameters. When these are not properly set, klayout also crashes when called from the command line. With this gdb can be used. O…
  • Hi Dtsimon, Matthias, thanks for the script, it works fine also on my machine. Regarding the initial problem. Before I got distracted to something else, I hunt it down to the library loading mechanism on mac os x. When the .app bundle is created t…
  • Hi Matthias, a quick check gave unfortunately not a different behavior. I'll try a older version of qt as a check. Thanks, Hannes