-
-
Notifications
You must be signed in to change notification settings - Fork 388
[WRAPPER] Refactor findGDestroyNotifyFct #2904
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
Conversation
|
Thanks |
|
Have you tried real aaps beside simple test case? I fear these change put a lot of pressure on this wrapper and end up with a "Warning, not enough slot"... |
|
We can quadruple the slot size |
Look at the quantity of code that will be quadruple!!!! |
|
Well I mean just for this function (or functions used in many places.) |
Could you introduce some apps?
Testcase: glib-2.58.3/tests/testglib reproduced Thanks, |
|
Small app eog 3.28.3 reproduced SIGSEGV: debug.log After simply wrapped Big app, such as dbeaver-25.1.3, is not easy to DEBUG :( So I debug the regression testcases at first, just like jtreg, gtk+-3.24.5/tests, glib-2.58.3/tests, etc. Thanks, |
Hi,
There are duplicated
findGDestroyNotifyFct, so just put it intosrc/tools/gtkclass.c.Testcase: gtk+-3.24.5/tests/testpixbuf-save which used
GDestroyNotifyPassed.make testPassed.Please review my patch.
Thanks,
Leslie Zhai