Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • redox redox
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 226
    • Issues 226
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • 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
  • redoxredox
  • Issues
  • #1289
Closed
Open
Created Mar 14, 2020 by phideg@phideg1 of 1 task completed1/1 task

Start of netsurf-fb leads to Invalid opcode fault

  • I agree that I have searched opened and closed issues to prevent duplicates.

Description

Starting the browser leads to following error:

Invalid opcode fault
RFLAG: 0000000000010206
CS:    0000000000000023
RIP:   00000000008D9EB0
RAX:   00000180000FF403
RCX:   0000000000000000
RDX:   0000000000000001
RDI:   0000000000000002
RSI:   0000000000CA39FA
R8:    00000180000FF2B0
R9:    0000000000000001
R10:   00000180000FF2C8
R11:   0000000000000202
RBX:   00000180000FF6D8
RBP:   0000000000000000
R12:   0000000000CD513B
R13:   000000000000001C
R14:   00000180000FF670
R15:   0000000000FAE7D0
FS:    0000000000000033
TRACE: FFFFFE80004302D8
  FFFFFE80004302D8: FFFFFF000013DF55
    FFFFFF000013DE70+00E5
    kernel::arch::x86_64::interrupt::exception::invalid_opcode::inner
  FFFFFE8000430348: FFFFFF000013B69B
    FFFFFF000013B670+002B
    kernel::arch::x86_64::interrupt::exception::invalid_opcode
  0000000000000000: GUARD PAGE
SIGNAL 4, CPU 0, PID ContextId(53)
NAME file:/bin/netsurf-fb

The browser window opens but it is not possible to close it or to kill the corresponding process

Environment info

  • Redox OS Release: built version myself

  • Operating system: Fedora 31

  • uname -a: Linux localhost.localdomain 5.5.8-200.fc31.x86_64 #1 SMP Thu Mar 5 21:28:03 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

  • rustc -V: rustc 1.41.0-nightly (412f43ac5 2019-11-24)

  • git rev-parse HEAD: 914f54f3

Steps to reproduce

  1. execute redox via make qemu
  2. login with root:password
  3. start the browser by clicking on the icon in the system tray

Behavior

make qemu

SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-x86_64 -d cpu_reset -d guest_errors -smp 4 -m 2048 -serial mon:stdio -machine q35 -device ich9-intel-hda -device hda-duplex -netdev user,id=net0 -device e1000,netdev=net0 -object filter-dump,id=f1,netdev=net0,file=build/network.pcap -device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0 -enable-kvm -cpu host \
	-drive file=build/harddrive.bin,format=raw \
	-drive file=build/extra.bin,format=raw
Kernel: 100000:AB2E78
Stack: FFFFFF0000080000:FFFFFF000009F000
Env: FFFFFF000009EFB0:FFFFFF000009F000
MemoryArea { base_addr: 0, length: 654336, _type: 1, acpi: 0 }
MemoryArea { base_addr: 654336, length: 1024, _type: 2, acpi: 0 }
MemoryArea { base_addr: 983040, length: 65536, _type: 2, acpi: 0 }
MemoryArea { base_addr: 1048576, length: 2146291712, _type: 1, acpi: 0 }
MemoryArea { base_addr: 2147340288, length: 143360, _type: 2, acpi: 0 }
MemoryArea { base_addr: 2952790016, length: 268435456, _type: 2, acpi: 0 }
MemoryArea { base_addr: 4275159040, length: 16384, _type: 2, acpi: 0 }
MemoryArea { base_addr: 4278173696, length: 16384, _type: 2, acpi: 0 }
MemoryArea { base_addr: 4294705152, length: 262144, _type: 2, acpi: 0 }
Using PIT
BSP: Ok(ContextId(1)) 1
Env: Ok("REDOXFS_BLOCK=0000000000000005\nREDOXFS_UUID=dcc05fe2-adb2-46c8-adcf-7fcaf7419d0b")
dlsym(0x0, pipe2)
dlsym: tcb not found
Edited Mar 14, 2020 by phideg
Assignee
Assign to
Time tracking