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

Segmentation Fault #2

Open
Vglib opened this issue Aug 2, 2017 · 2 comments
Open

Segmentation Fault #2

Vglib opened this issue Aug 2, 2017 · 2 comments

Comments

@Vglib
Copy link

Vglib commented Aug 2, 2017

After Installing all packets GDS3D need, made the following sentence from a example I found:

/GDS3D -p onc18.txt -i Prop2_v1.gds
I got:
[root@---]# Program received signal SIGSEGV, Segmentation fault.
Program received signal SIGSEGV, Segmentation fault.
0x000000000040a2da in Wm_X11::main(int, char**) ()

Debugging with gdb:

Program received signal SIGSEGV, Segmentation fault.
0x000000000040a2da in Wm_X11::main(int, char**) ()
....

(gdb) bt
#0 0x000000000040a2da in Wm_X11::main(int, char**) ()
#1 0x000000000040a77e in main ()

Please, could you give any help?

Thanks.

@horror-vacui
Copy link

I also had a segmentation fault on a 375kByte gds.
I use a Xubuntu 16.04 LTS machine.

~/Downloads/GDS3D_1.8/linux/GDS3D -p ~/Downloads/GDS3D_1.8/techfiles/GDS3D_22FDX_st11.txt -i ./01_dut_open.gds

==============================================================================
GDS3D v1.8, Copyright (C) 2013 IC-Design Group, University of Twente
Created by Jasper Velner and Michiel Soer, http://icd.el.utwente.nl
Based on code by Roger Light, http://atchoo.org/gds2pov/
==============================================================================

Opened process file "/home/tibenszky/Downloads/GDS3D_1.8/techfiles/GDS3D_22FDX_st11.txt"

Opening GDS file "./01_dut_open.gds"..

Segmentation fault (core dumped)

@horror-vacui
Copy link

The code in https://github.com/trilomix/GDS3D has not given segmentation for a layout, where this repo did. That other one seem to be active as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants