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

why Segmentation fault (core dumped) when i build by "cargo run --release -p zircon-loader prebuilt/zircon" #75

Open
jetshaw00 opened this issue Jun 23, 2020 · 2 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@jetshaw00
Copy link

bootsvc: Starting...
bootsvc: Taking root resource handle...
bootsvc: Creating bootfs service...
bootsvc: Retrieving boot image...
bootsvc: Decommitted BOOTDATA VMO from 0 to 0x2901000
bootsvc: Loading boot arguments...
bootsvc: Creating svcfs service...
bootsvc: Loading kernel VMOs...
bootsvc: vmo.get_property on PA_VMO_VDSO 0: ZX_ERR_INVALID_ARGS
bootsvc: vmo.get_property on PA_VMO_VDSO 1: ZX_ERR_INVALID_ARGS
bootsvc: vmo.get_property on PA_VMO_VDSO 2: ZX_ERR_INVALID_ARGS
bootsvc: vmo.get_property on PA_VMO_KERNEL_FILE 0: ZX_ERR_INVALID_ARGS
bootsvc: vmo.get_property on PA_VMO_KERNEL_FILE 1: ZX_ERR_INVALID_ARGS
bootsvc: vmo.get_property on PA_VMO_KERNEL_FILE 2: ZX_ERR_INVALID_ARGS
bootsvc: Creating loader service...
bootsvc: Launching next process...
bootsvc: bootsvc.next = bin/component_manager,fuchsia-boot:///#meta/root.cm,--config-file,/boot/config/component_manager,--use-builtin-process-launcher
userboot: loader-service channel peer closed
userboot: finished!
bootsvc: Launched bin/component_manager
[component_manager] INFO: Component manager is starting up...
[component_manager] INFO: Loaded runtime config from /boot/config/component_manager
Segmentation fault (core dumped)

@wangrunji0408
Copy link
Member

See #52

@wangrunji0408 wangrunji0408 added bug Something isn't working duplicate This issue or pull request already exists labels Jun 23, 2020
@jetshaw00
Copy link
Author

after checkout this version,
cd zCore; git checkout e0ea3b0 ; cargo run --release -p zircon-loader prebuilt/zircon
The problem remains.

@jetshaw00 jetshaw00 reopened this Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants