Skip to content

Instantly share code, notes, and snippets.

@Cynede
Created June 25, 2018 09:24
Show Gist options
  • Save Cynede/10785e7dc4184aa914e3a3e1b6b0d4f9 to your computer and use it in GitHub Desktop.
Save Cynede/10785e7dc4184aa914e3a3e1b6b0d4f9 to your computer and use it in GitHub Desktop.
write(2, " from meld.ui import gladesup"..., 51 from meld.ui import gladesupport # noqa: F401
) = 51
write(2, " File \"/usr/lib64/python3.6/sit"..., 90 File "/usr/lib64/python3.6/site-packages/meld/ui/gladesupport.py", line 10, in <module>
) = 90
openat(AT_FDCWD, "/usr/lib64/python3.6/site-packages/meld/ui/gladesupport.py", O_RDONLY|O_CLOEXEC) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=610, ...}) = 0
ioctl(11, TCGETS, 0x7ffcc6b17930) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(11, 0, SEEK_CUR) = 0
fcntl(11, F_DUPFD_CLOEXEC, 0) = 12
fcntl(12, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(12, {st_mode=S_IFREG|0644, st_size=610, ...}) = 0
read(12, "\n# This file exists so that it c"..., 4096) = 610
close(12) = 0
lseek(11, 0, SEEK_SET) = 0
lseek(11, 0, SEEK_CUR) = 0
read(11, "\n# This file exists so that it c"..., 8192) = 610
close(11) = 0
write(2, " from meld import sourceview "..., 46 from meld import sourceview # noqa: F401
) = 46
write(2, " File \"/usr/lib64/python3.6/sit"..., 85 File "/usr/lib64/python3.6/site-packages/meld/sourceview.py", line 93, in <module>
) = 85
openat(AT_FDCWD, "/usr/lib64/python3.6/site-packages/meld/sourceview.py", O_RDONLY|O_CLOEXEC) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=12212, ...}) = 0
ioctl(11, TCGETS, 0x7ffcc6b17930) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(11, 0, SEEK_CUR) = 0
fcntl(11, F_DUPFD_CLOEXEC, 0) = 12
fcntl(12, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(12, {st_mode=S_IFREG|0644, st_size=12212, ...}) = 0
read(12, "# Copyright (C) 2009 Vincent Leg"..., 4096) = 4096
close(12) = 0
lseek(11, 0, SEEK_SET) = 0
lseek(11, 0, SEEK_CUR) = 0
read(11, "# Copyright (C) 2009 Vincent Leg"..., 8192) = 8192
close(11) = 0
write(2, " class MeldSourceView(GtkSour"..., 42 class MeldSourceView(GtkSource.View):
) = 42
write(2, " File \"/usr/lib64/python3.6/sit"..., 83 File "/usr/lib64/python3.6/site-packages/gi/module.py", line 221, in __getattr__
) = 83
openat(AT_FDCWD, "/usr/lib64/python3.6/site-packages/gi/module.py", O_RDONLY|O_CLOEXEC) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=10015, ...}) = 0
ioctl(11, TCGETS, 0x7ffcc6b17930) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(11, 0, SEEK_CUR) = 0
fcntl(11, F_DUPFD_CLOEXEC, 0) = 12
fcntl(12, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(12, {st_mode=S_IFREG|0644, st_size=10015, ...}) = 0
read(12, "# -*- Mode: Python; py-indent-of"..., 4096) = 4096
close(12) = 0
lseek(11, 0, SEEK_SET) = 0
lseek(11, 0, SEEK_CUR) = 0
read(11, "# -*- Mode: Python; py-indent-of"..., 8192) = 8192
close(11) = 0
write(2, " wrapper = metaclass(name, ba"..., 44 wrapper = metaclass(name, bases, dict_)
) = 44
write(2, "TypeError: metaclass conflict: t"..., 132TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
) = 132
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f4c474a40a0}, {sa_handler=0x7f4c47849820, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f4c474a40a0}, 8) = 0
munmap(0x7f4c467b2000, 135168) = 0
sigaltstack(NULL, {ss_sp=0x5613ed8815f0, ss_flags=0, ss_size=8192}) = 0
sigaltstack({ss_sp=NULL, ss_flags=SS_DISABLE, ss_size=0}, NULL) = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment