Giter Site home page Giter Site logo

Comments (2)

8a2a8 avatar 8a2a8 commented on June 10, 2024

Taking the function sb_lua_set_test_args() as an example, this function is located at src/sb_lua.c, line 95, sysbench 1.1.0
This function is used to register custom parameters for testing Lua scripts
Its call stack is as follows: main() -> sb_load_lua() -> read_cmdline_options() -> ffi.C,sb_lua_set_test_args()(in lua script) -> Omitting the Lua virtual machine call section -> sb_lua_set_test_args()
I have tried to verify the following guesses:

  1. c register functions with Luajit virtual machine: when debugging sysbench using gdb, I break at lua_pushcclosure(), it only called by luaL_newstate() and luaL_openlibs(), and I couldn't find the register function in the file
  2. lua load liarary, when debugging sysbench using gdb, i break at dlopen(), it never called, and I couldn't find the load function in the lua file
  3. load at compile time: I have tried to imitate the way sysbench compiles and runs, likegcc test_lib.o main.o -ldl, c program call lua script, lua script call c function, but it has not been effective, and the result showed that it couldn't find the corresponding c function

from sysbench.

8a2a8 avatar 8a2a8 commented on June 10, 2024

This problem has been resolved
Adding the - Wl,- E parameters during compilation can solve the problem

from sysbench.

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.