René's URL Explorer Experiment


Title: TF2 Crashes on Plugin Load · Issue #505 · Source-Python-Dev-Team/Source.Python · GitHub

Open Graph Title: TF2 Crashes on Plugin Load · Issue #505 · Source-Python-Dev-Team/Source.Python

X Title: TF2 Crashes on Plugin Load · Issue #505 · Source-Python-Dev-Team/Source.Python

Description: Same timing as #504, but probably needs a separate fix. Source.Python fully loads, but segfaults immediately on loading my plugin. Looks like the plugin interrogating the STV user is breaking something, similar to the condition crashing ...

Open Graph Description: Same timing as #504, but probably needs a separate fix. Source.Python fully loads, but segfaults immediately on loading my plugin. Looks like the plugin interrogating the STV user is breaking somet...

X Description: Same timing as #504, but probably needs a separate fix. Source.Python fully loads, but segfaults immediately on loading my plugin. Looks like the plugin interrogating the STV user is breaking somet...

Opengraph URL: https://github.com/Source-Python-Dev-Team/Source.Python/issues/505

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"TF2 Crashes on Plugin Load","articleBody":"Same timing as #504, but probably needs a separate fix. Source.Python fully loads, but segfaults immediately on loading my plugin.\n\nLooks like the plugin interrogating the STV user is breaking something, similar to the condition crashing Sourcemod (https://github.com/alliedmodders/sourcemod/issues/2264). Running under gdb, I get this stack trace (truncated the Python calls):\n\n\u003cdetails\u003e\n\u003csummary\u003eGDB stack trace\u003c/summary\u003e\n\n```\n#0  0xf62d73aa in CBaseServer::UserInfoChanged(int) () from target:/srv/srcds/bin/engine_srv.so\n#1  0xf627f052 in CBaseClient::SetName(char const*) () from target:/srv/srcds/bin/engine_srv.so\n#2  0xf627c946 in CBaseClient::Connect(char const*, int, INetChannel*, bool, int) () from target:/srv/srcds/bin/engine_srv.so\n#3  0xf62c45a3 in CGameClient::Connect(char const*, int, INetChannel*, bool, int) () from target:/srv/srcds/bin/engine_srv.so\n#4  0xf62d88df in CBaseServer::CreateFakeClient(char const*) () from target:/srv/srcds/bin/engine_srv.so\n#5  0xf62bb7b1 in CVEngineServer::CreateFakeClientEx(char const*, bool) () from target:/srv/srcds/bin/engine_srv.so\n#6  0xecd5d6b7 in boost::python::objects::caller_py_function_impl\u003cboost::python::detail::caller\u003cint (IVEngineServer::*)() const, boost::python::default_call_policies, boost::mpl::vector2\u003cint, IVEngineServer\u0026\u003e \u003e \u003e::operator()(_object*, _object*) () from target:/srv/srcds/tf/addons/source-python/bin/core.so\n#7  0xed12a998 in boost::python::objects::function::call(_object*, _object*) const () from target:/srv/srcds/tf/addons/source-python/bin/core.so\n#8  0xed12aba5 in boost::detail::function::void_function_ref_invoker0\u003cboost::python::objects::(anonymous namespace)::bind_return, void\u003e::invoke(boost::detail::function::function_buffer\u0026) ()\n   from target:/srv/srcds/tf/addons/source-python/bin/core.so\n#9  0xed133cfa in boost::python::handle_exception_impl(boost::function0\u003cvoid\u003e) () from target:/srv/srcds/tf/addons/source-python/bin/core.so\n#10 0xed1295e2 in function_call () from target:/srv/srcds/tf/addons/source-python/bin/core.so\n#11 0xed6b0046 in PyObject_Call (func=0xcd7bd10, args=args@entry=0xe75eb94c, kwargs=kwargs@entry=0x0) at Objects/abstract.c:2246\n#12 0xed6ccffb in property_descr_get (self=0xee21e7d4, obj=0xee226224, type=0xee2181fc) at Objects/descrobject.c:1384\n#13 0xed70e50f in _PyObject_GenericGetAttrWithDict (obj=obj@entry=0xee226224, name=name@entry=0xee21e7a0, dict=dict@entry=0x0) at Objects/object.c:1060\n#14 0xed70e73b in PyObject_GenericGetAttr (obj=0xee226224, name=0xee21e7a0) at Objects/object.c:1121\n#15 0xed70de85 in PyObject_GetAttr (v=v@entry=0xee226224, name=0xee21e7a0) at Objects/object.c:891\n#16 0xed79d566 in _PyEval_EvalFrameDefault (f=0xe7f5edac, throwflag=0) at Python/ceval.c:2821\n#17 0xed799cbc in PyEval_EvalFrameEx (f=f@entry=0xe7f5edac, throwflag=throwflag@entry=0) at Python/ceval.c:718\n#18 0xed79a683 in _PyEval_EvalCodeWithName (_co=_co@entry=0xe9216cd8, globals=globals@entry=0xe921a48c, locals=locals@entry=0xec7f3504, args=args@entry=0x0, argcount=argcount@entry=0,\n    kwnames=kwnames@entry=0x0, kwargs=kwargs@entry=0x4, kwcount=kwcount@entry=0, kwstep=kwstep@entry=2, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0,\n    closure=closure@entry=0x0, name=name@entry=0x0, qualname=qualname@entry=0x0) at Python/ceval.c:4128\n#19 0xed79ad56 in PyEval_EvalCodeEx (_co=0xe9216cd8, globals=0xe921a48c, locals=locals@entry=0xec7f3504, args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=kwcount@entry=0,\n    defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0, closure=0x0) at Python/ceval.c:4149\n#20 0xed796722 in builtin___build_class__ (self=0xee32257c, args=0xe757f22c, kwds=0x0) at Python/bltinmodule.c:170\n#21 0xed70b087 in _PyCFunction_FastCallDict (func_obj=func_obj@entry=0xee322644, args=args@entry=0xec99676c, nargs=nargs@entry=2, kwargs=kwargs@entry=0x0) at Objects/methodobject.c:231\n#22 0xed70b34c in _PyCFunction_FastCallKeywords (func=func@entry=0xee322644, stack=stack@entry=0xec99676c, nargs=2, kwnames=kwnames@entry=0x0) at Objects/methodobject.c:295\n#23 0xed79aafc in call_function (pp_stack=pp_stack@entry=0xffeaea1c, oparg=oparg@entry=2, kwnames=kwnames@entry=0x0) at Python/ceval.c:4798\n#24 0xed79e9e3 in _PyEval_EvalFrameDefault (f=0xec99662c, throwflag=0) at Python/ceval.c:3284\n#25 0xed799cbc in PyEval_EvalFrameEx (f=f@entry=0xec99662c, throwflag=throwflag@entry=0) at Python/ceval.c:718\n#26 0xed79a683 in _PyEval_EvalCodeWithName (_co=_co@entry=0xe9216de0, globals=globals@entry=0xe921a48c, locals=locals@entry=0xe921a48c, args=args@entry=0x0, argcount=argcount@entry=0,\n    kwnames=kwnames@entry=0x0, kwargs=kwargs@entry=0x4, kwcount=kwcount@entry=0, kwstep=kwstep@entry=2, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0,\n    closure=closure@entry=0x0, name=name@entry=0x0, qualname=qualname@entry=0x0) at Python/ceval.c:4128\n#27 0xed79ad56 in PyEval_EvalCodeEx (_co=_co@entry=0xe9216de0, globals=globals@entry=0xe921a48c, locals=locals@entry=0xe921a48c, args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0,\n    kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0, closure=closure@entry=0x0) at Python/ceval.c:4149\n#28 0xed79adcb in PyEval_EvalCode (co=co@entry=0xe9216de0, globals=globals@entry=0xe921a48c, locals=locals@entry=0xe921a48c) at Python/ceval.c:695\n#29 0xed797cbe in builtin_exec_impl (module=0xee32257c, locals=0xe921a48c, globals=0xe921a48c, source=0xe9216de0) at Python/bltinmodule.c:974\n#30 builtin_exec (module=0xee32257c, args=0xe9918a2c) at Python/clinic/bltinmodule.c.h:281\n#31 0xed70b1e5 in PyCFunction_Call (func=func@entry=0xee322a7c, args=args@entry=0xe9918a2c, kwds=kwds@entry=0xec806fcc) at Objects/methodobject.c:114\n#32 0xed7a1949 in do_call_core (kwdict=0xec806fcc, callargs=0xe9918a2c, func=0xee322a7c) at Python/ceval.c:5063\n#33 _PyEval_EvalFrameDefault (f=0xecaa062c, throwflag=0) at Python/ceval.c:3366\n#34 0xed799cbc in PyEval_EvalFrameEx (f=f@entry=0xecaa062c, throwflag=throwflag@entry=0) at Python/ceval.c:718\n#35 0xed79a683 in _PyEval_EvalCodeWithName (_co=_co@entry=0xee32f9c0, globals=globals@entry=0xee2c71bc, locals=locals@entry=0x0, args=args@entry=0xe9933880, argcount=argcount@entry=3,\n    kwnames=kwnames@entry=0x0, kwargs=kwargs@entry=0xe993388c, kwcount=kwcount@entry=0, kwstep=kwstep@entry=1, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0,\n    closure=closure@entry=0x0, name=name@entry=0xee30d800, qualname=qualname@entry=0xee30d800) at Python/ceval.c:4128\n#36 0xed79a9db in fast_function (kwnames=0x0, nargs=3, stack=\u003coptimized out\u003e, func=0xee30becc) at Python/ceval.c:4939\n#37 call_function (pp_stack=pp_stack@entry=0xffeaee6c, oparg=oparg@entry=3, kwnames=kwnames@entry=0x0) at Python/ceval.c:4819\n#38 0xed79e9e3 in _PyEval_EvalFrameDefault (f=0xe9933734, throwflag=0) at Python/ceval.c:3284\n#39 0xed799cbc in PyEval_EvalFrameEx (f=f@entry=0xe9933734, throwflag=throwflag@entry=0) at Python/ceval.c:718\n#40 0xed799d7d in _PyFunction_FastCall (co=\u003coptimized out\u003e, args=\u003coptimized out\u003e, nargs=2, globals=0xee2c8f04) at Python/ceval.c:4880\n...\n```\n\n\u003c/details\u003e\n\nAttempting to rebuild against the updated hl2sdk (https://github.com/alliedmodders/hl2sdk/commit/ebd971b42177ba73ca25a05f33551fa2005525b6) runs into a bunch of missing typedefs -- looks like some more patching is needed. Not surprising since they're incorporating the shiny new tf2 2013 SDK.","author":{"url":"https://github.com/waldotf","@type":"Person","name":"waldotf"},"datePublished":"2025-02-20T00:41:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/505/Source.Python/issues/505"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:e64e7390-3393-6d66-afe6-7dc9d39ceb10
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCE2A:9FC3B:11B6BB8:18295FF:69737932
html-safe-nonce12ed1d780239c5cde83c0ca5d62904416758e18cb88d6ffc3ad49947eb96e29a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRTJBOjlGQzNCOjExQjZCQjg6MTgyOTVGRjo2OTczNzkzMiIsInZpc2l0b3JfaWQiOiI2Mzk4MTYwMjg1MjM1MTE2MzM4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacc96881ca5a4b4716c157896ebeddb4c3a8fe2d6c1570c01ec6b8044f02d6ea5a
hovercard-subject-tagissue:2864724688
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/Source-Python-Dev-Team/Source.Python/505/issue_layout
twitter:imagehttps://opengraph.githubassets.com/7b9dc8971e67119bf813c3c0c526d251b54bdd2bd242efcf9e38e8c306a2673f/Source-Python-Dev-Team/Source.Python/issues/505
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/7b9dc8971e67119bf813c3c0c526d251b54bdd2bd242efcf9e38e8c306a2673f/Source-Python-Dev-Team/Source.Python/issues/505
og:image:altSame timing as #504, but probably needs a separate fix. Source.Python fully loads, but segfaults immediately on loading my plugin. Looks like the plugin interrogating the STV user is breaking somet...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamewaldotf
hostnamegithub.com
expected-hostnamegithub.com
None4cf879a11b0a28a85543899a36aaee9ec9ca2fb7bedad86c0da5731193c95f01
turbo-cache-controlno-preview
go-importgithub.com/Source-Python-Dev-Team/Source.Python git https://github.com/Source-Python-Dev-Team/Source.Python.git
octolytics-dimension-user_id5440368
octolytics-dimension-user_loginSource-Python-Dev-Team
octolytics-dimension-repository_id12771934
octolytics-dimension-repository_nwoSource-Python-Dev-Team/Source.Python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id12771934
octolytics-dimension-repository_network_root_nwoSource-Python-Dev-Team/Source.Python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasefe8be790582ef7a55477ce1918ac0ed16b106d31
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/Source-Python-Dev-Team/Source.Python/issues/505#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSource-Python-Dev-Team%2FSource.Python%2Fissues%2F505
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSource-Python-Dev-Team%2FSource.Python%2Fissues%2F505
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=Source-Python-Dev-Team%2FSource.Python
Reloadhttps://github.com/Source-Python-Dev-Team/Source.Python/issues/505
Reloadhttps://github.com/Source-Python-Dev-Team/Source.Python/issues/505
Reloadhttps://github.com/Source-Python-Dev-Team/Source.Python/issues/505
Source-Python-Dev-Team https://github.com/Source-Python-Dev-Team
Source.Pythonhttps://github.com/Source-Python-Dev-Team/Source.Python
Notifications https://github.com/login?return_to=%2FSource-Python-Dev-Team%2FSource.Python
Fork 37 https://github.com/login?return_to=%2FSource-Python-Dev-Team%2FSource.Python
Star 170 https://github.com/login?return_to=%2FSource-Python-Dev-Team%2FSource.Python
Code https://github.com/Source-Python-Dev-Team/Source.Python
Issues 7 https://github.com/Source-Python-Dev-Team/Source.Python/issues
Pull requests 7 https://github.com/Source-Python-Dev-Team/Source.Python/pulls
Discussions https://github.com/Source-Python-Dev-Team/Source.Python/discussions
Actions https://github.com/Source-Python-Dev-Team/Source.Python/actions
Security 0 https://github.com/Source-Python-Dev-Team/Source.Python/security
Insights https://github.com/Source-Python-Dev-Team/Source.Python/pulse
Code https://github.com/Source-Python-Dev-Team/Source.Python
Issues https://github.com/Source-Python-Dev-Team/Source.Python/issues
Pull requests https://github.com/Source-Python-Dev-Team/Source.Python/pulls
Discussions https://github.com/Source-Python-Dev-Team/Source.Python/discussions
Actions https://github.com/Source-Python-Dev-Team/Source.Python/actions
Security https://github.com/Source-Python-Dev-Team/Source.Python/security
Insights https://github.com/Source-Python-Dev-Team/Source.Python/pulse
New issuehttps://github.com/login?return_to=https://github.com/Source-Python-Dev-Team/Source.Python/issues/505
New issuehttps://github.com/login?return_to=https://github.com/Source-Python-Dev-Team/Source.Python/issues/505
TF2 Crashes on Plugin Loadhttps://github.com/Source-Python-Dev-Team/Source.Python/issues/505#top
bughttps://github.com/Source-Python-Dev-Team/Source.Python/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/waldotf
https://github.com/waldotf
waldotfhttps://github.com/waldotf
on Feb 20, 2025https://github.com/Source-Python-Dev-Team/Source.Python/issues/505#issue-2864724688
#504https://github.com/Source-Python-Dev-Team/Source.Python/issues/504
alliedmodders/sourcemod#2264https://github.com/alliedmodders/sourcemod/issues/2264
alliedmodders/hl2sdk@ebd971bhttps://github.com/alliedmodders/hl2sdk/commit/ebd971b42177ba73ca25a05f33551fa2005525b6
bughttps://github.com/Source-Python-Dev-Team/Source.Python/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.