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

fiber dump? #91

Closed
Memoryss opened this issue Oct 27, 2016 · 1 comment
Closed

fiber dump? #91

Memoryss opened this issue Oct 27, 2016 · 1 comment

Comments

@Memoryss
Copy link

when I create a main fiber and join(), the program dump. why????

@olk
Copy link
Member

olk commented Nov 27, 2016

You can not create a main fiber - the main fiber is simply the stack that the OS has created (-> main() or thread entry). So it would not make sense to join a main fiber (e.g. this would mean you wait till the application/thread termiantes).

@olk olk closed this as completed Nov 27, 2016
Romain-Geissler-1A pushed a commit to Romain-Geissler-1A/fiber that referenced this issue Apr 3, 2020
- in context of boostorg#91

Add a .file directive to all *_elf_gas.S files to prevent the linker
adding a host build-system path as a FILE symbol to the object file.
Without this, the gnu linker adds a symbol like this:

thanks to Douglas Royds <douglas.royds@taitradio.com>
openembedded/openembedded-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants