Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N netsurf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-os
  • netsurf
  • Issues
  • #1
Closed
Open
Created May 14, 2020 by David Marceau@omac777Developer

socket doesn't match either tcp, udp or chan schemes

STEPS TO ARRIVE AT BUG OBSERVED

  • updated and built redox from sources today
  • make
  • make qemu
  • 800x600 resolution
  • Logged in as root with password "password"
  • Invoked a terminal
/usr/bin/netsurf-fb &> /root/netsurfOutAndErr.txt 

EXPECTED OUTPUT

I expected to see a web page.

BUG OBSERVED

Instead netsurf-fb froze. I had to ctrl+alt-G to grab the mouse and close qemu. I did a "make mount" and here are the contents of the output file captured:

cat netsurfOutAndErr.txt 
WARNING: You are using the SDL orbital video driver!
Setting mode 800x600@32
setsockopt(12, 6, 1, 0x180000ff54c, 4)
thread '<unnamed>' panicked at 'socket doesn't match either tcp, udp or chan schemes', src/platform/redox/socket.rs:150:14
fatal runtime error: failed to initiate panic, error 5

I did a "make unmount" after that to prepare to build another image filesystem another day.

Assignee
Assign to
Time tracking