We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
内核版本 kernel-core-4.18.0-477.36.1.0.1.an8.aarch64 将cad2x 和common内的文件都复制到/opt/cad2x 目录下,复制simsun.ttc 到/opt/cad2x/fonts下,执行如下语句 /opt/cad2x/cad2x -o /home/cad2x/addon-previewer-main/back/cad2x/test2d.pdf /home/cad2x/addon-previewer-main/back/cad2x/test2d.dwg -ac -e ANSI_936 -f simsun -l /opt/cad2x/fonts 报错 x/fonts Segmentation fault 请帮忙看看
The text was updated successfully, but these errors were encountered:
readelf -d /opt/cad2x/cad2x ldd /opt/cad2x/cad2x LD_TRACE_LOADED_OBJECTS=1 /opt/cad2x/cad2x
看看输出分别是什么
Sorry, something went wrong.
No branches or pull requests
内核版本 kernel-core-4.18.0-477.36.1.0.1.an8.aarch64
将cad2x 和common内的文件都复制到/opt/cad2x 目录下,复制simsun.ttc 到/opt/cad2x/fonts下,执行如下语句
/opt/cad2x/cad2x -o /home/cad2x/addon-previewer-main/back/cad2x/test2d.pdf /home/cad2x/addon-previewer-main/back/cad2x/test2d.dwg -ac -e ANSI_936 -f simsun -l /opt/cad2x/fonts
报错
x/fonts
Segmentation fault
请帮忙看看
The text was updated successfully, but these errors were encountered: