mattn / mattn/go-webkit

Example Crashes when Trying to Load Webpage

Open
#3 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
294
Forks
35
PR merge metrics
No merged PRs in 30d

Description

This is mostly an FYI. When I try to navigate to google's website, the application crashes.
I cannot run the example on Ubuntu 11.04.
Go version weekly.2011-09-01 9627

(<unknown>:28132): libsoup-CRITICAL **: soup_message_set_first_party: assertion `first_party != NULL' failed
(<unknown>:28132): libsoup-CRITICAL **: soup_message_set_first_party: assertion `first_party != NULL' failed
(<unknown>:28132): libsoup-CRITICAL **: soup_message_set_first_party: assertion `first_party != NULL' failed
SIGTRAP: trace trap
PC=0x402231

goroutine 1 [syscall]:
github%2ecom/mattn/go-gtk/gtk._Cfunc_gtk_main(0x40121f, 0x4970cc)
    /home/grey/goproj/go-gtk/gtk/_obj/_cgo_defun.c:6738 +0x2f
github%2ecom/mattn/go-gtk/gtk.Main()
      /home/grey/go-gtk/gtk/_obj/gtk.cgo1.go:-270 +0x18
main.main()
    /home/grey/workspace/Go4/src/cmd/go4.go:77 +0x61f
rax     0x402221
...

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at cmd/go4.go:77 and the gtk.Main call shown in the trace, then reproduce the crash while navigating to Google using the reported Go and Ubuntu versions. Done means the example no longer crashes in that scenario and the libsoup assertion and SIGTRAP are addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.