Git Product home page Git Product logo

Comments (2)

lc-soft avatar lc-soft commented on May 20, 2024

重新编译一下:
configure --enable-debug=yes
make clean
make install
编译出debug版本,然后,再gdb test_button,如果程序异常终止,用back命令查看函数调用栈信息,把它复制出来。
貌似,在控制台模式不好复制gdb打印的内容。。。
可以试试用重定向,gdb test_button >test.txt
输入r+回车,程序异常终止后,再输入back+回车,然后再q+回车,y+回车,gdb打印的内容就重定向输入值test.txt文件了,把文件内容贴上来。

from lcui.

lc-soft avatar lc-soft commented on May 20, 2024

刚刚在其它目录里创建了个新程序,由于指定的字体路径无效,会free掉一次FT库,而在LCUI程序退出时,又对FT库进行free,导致段错误。
现已解决,commit信息在此查看:ebdf6fa

from lcui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.