-
Notifications
You must be signed in to change notification settings - Fork 20
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
Using different tags instead of FDOFFSET. #3
Comments
Currently this isn't supported in the master branch. You may want to check the bitset branch, where I have refactored a lot of stuff to make this easier. You will have to reimplement the syscall hooks for the tag type you want to use. |
@m000 Can you please help me in resolving this error. |
I resolved the previous error. I wasn't doing The code changes are bitset...vivek425ster:bitset Can you please help in resolving the error. |
Could you post a stack trace on pastebin? 2016-03-04 16:41 GMT+01:00 vivek425ster [email protected]:
|
@m000 |
Is that all of the stack trace? Because this one line seems only related to 2016-03-05 18:45 GMT+01:00 vivek425ster [email protected]:
|
Yes, this is the only thing it is showing. On Saturday, March 5, 2016, Manolis Stamatogiannakis <
|
I doubt this is all. The displayed stack frame corresponds to the "<<" Try compiling everything with the "-g" flag and enable core dumps, or start 2016-03-06 6:11 GMT+01:00 vivek425ster [email protected]:
|
http://pastebin.com/pX8nwJBt |
How to use different type of tags instead of FDOFFSET which is defined in libdft/src/config.h$(LOGGING_FLAGS) -DCUSTOM_TAGS_FDOFFSET -std=c++11 -I$ (LIBDFT_PATH) -I./include
When I am trying to use other tags such as UINT8, UINT32SET by changing the makefile.rules line
TOOL_CXXFLAGS +=
to -DCUSTOM_TAGS_UINT8 or any other tag name
and similar change in makefile.libdft in support directory.
When i am again doing make. I am getting errors in dtracker.H files in PROVLOG inline functions.
The text was updated successfully, but these errors were encountered: