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

Panic when running flow emulator --contracts #112

Closed
adhurjaty opened this issue Jan 11, 2022 · 1 comment
Closed

Panic when running flow emulator --contracts #112

adhurjaty opened this issue Jan 11, 2022 · 1 comment
Assignees
Labels

Comments

@adhurjaty
Copy link

Problem

Getting error:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x7d354b]

when running flow emulator --contracts on Ubuntu 20.04.3. The stack trace points to github.com/onflow/[email protected]/server/contracts.go:91

Steps to Reproduce

run:

flow emulator --contracts

on Ubuntu 20.04.3

Acceptance Criteria

The command should run with no errors

Context

Trying to address issue 17 in flow-js-testing. The plan is to add a parameter to emulator.start to optionally deploy the extra contracts (including FUSD) and allow for minting FUSD tokens

@adhurjaty
Copy link
Author

Fixed in flow-cli version 0.30.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants