Skip to content
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

[Local GC] Undefined symbol when building standalone: IsGCThread and IsGCThreadSpecial #8053

Closed
swgillespie opened this issue May 10, 2017 · 1 comment
Milestone

Comments

@swgillespie
Copy link
Contributor

  "IsGCThread()", referenced from:
      SVR::gc_heap::grow_brick_card_tables(unsigned char*, unsigned char*, unsigned long, SVR::heap_segment*, SVR::gc_heap*, int) in gcsvr.cpp.o
      WKS::gc_heap::grow_brick_card_tables(unsigned char*, unsigned char*, unsigned long, WKS::heap_segment*, WKS::gc_heap*, int) in gcwks.cpp.o
  "IsGCSpecialThread()", referenced from:
      SVR::gc_heap::get_large_segment(unsigned long, int*) in gcsvr.cpp.o
      SVR::gc_heap::gc_thread_function() in gcsvr.cpp.o
      SVR::gc_heap::adjust_limit_clr(unsigned char*, unsigned long, alloc_context*, SVR::heap_segment*, int, int) in gcsvr.cpp.o
      SVR::gc_heap::bgc_loh_alloc_clr(unsigned char*, unsigned long, alloc_context*, int, int, int, SVR::heap_segment*) in gcsvr.cpp.o
      SVR::gc_heap::a_fit_free_list_large_p(unsigned long, alloc_context*, int) in gcsvr.cpp.o
      SVR::gc_heap::wait_for_bgc_high_memory(SVR::alloc_wait_reason) in gcsvr.cpp.o
      SVR::GCHeap::GarbageCollectGeneration(unsigned int, gc_reason) in gcsvr.cpp.o
      ...

These will probably need to be added to IGCToCLR.

@swgillespie
Copy link
Contributor Author

this has been fixed.

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the 2.1.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants