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

Doesn't work well for FF in GDB mode #40

Open
wmww opened this issue Apr 2, 2021 · 1 comment
Open

Doesn't work well for FF in GDB mode #40

wmww opened this issue Apr 2, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@wmww
Copy link
Owner

wmww commented Apr 2, 2021

When I run Firefox with it in GDB mode there are lots of thread warnings and I've also seen crashes related to gtk_primary_selection_device.

@wmww wmww added the bug Something isn't working label Apr 2, 2021
@wmww
Copy link
Owner Author

wmww commented Apr 2, 2021

ERROR:core.wl.object:Unable to resolve object unresolved gtk_primary_selection_device@44.?: [email protected] expected to be of type gtk_primary_selection_device
Traceback (most recent call last):
  File "/home/wmww/code/wayland-debug/backends/gdb_plugin/plugin.py", line 72, in stop
    self.plugin.process_message(connection_id, message)
  File "/home/wmww/code/wayland-debug/backends/gdb_plugin/plugin.py", line 156, in process_message
    self.connection_id_sink.message(connection_id, message)
  File "/home/wmww/code/wayland-debug/core/connection_manager.py", line 47, in message
    connection.message(message)
  File "/home/wmww/code/wayland-debug/core/connection_impl.py", line 39, in message
    message.resolve(self)
  File "/home/wmww/code/wayland-debug/core/wl/message.py", line 38, in resolve
    arg.resolve(db, self, i)
  File "/home/wmww/code/wayland-debug/core/wl/arg.py", line 89, in resolve
    db.create_object(message.timestamp, message.obj, self.obj.id, self.obj.type)
  File "/home/wmww/code/wayland-debug/core/connection_impl.py", line 110, in create_object
    assert isinstance(parent, wl.Object)
AssertionError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant