Skip to content
This repository was archived by the owner on Aug 6, 2022. It is now read-only.
This repository was archived by the owner on Aug 6, 2022. It is now read-only.

Crashed with phantomjs v2.0/v2.1.1/v2.5beta on Windows7SP1 #2

@lunny

Description

@lunny

The only code is here.

package main

import (
	"github.com/benbjohnson/phantomjs"
)

func main() {
	// Start the process once.
	if err := phantomjs.DefaultProcess.Open(); err != nil {
		fmt.Println(err)
		os.Exit(1)
	}
	defer phantomjs.DefaultProcess.Close()
}

It reports

Fatal Windows exception, code 0xc0000005.
PhantomJS has crashed. Please read the bug reporting guide at
<http://phantomjs.org/bug-reporting.html> and file a bug report.

But on macOS, it works well.
Maybe this is related with shim.js?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions