Advertisement
Guest User

Greetd segfault coredump on Calculate

a guest
Mar 9th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. GNU gdb (Gentoo 10.1 vanilla) 10.1
  2. Copyright (C) 2020 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.
  6. Type "show copying" and "show warranty" for details.
  7. This GDB was configured as "x86_64-pc-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <https://bugs.gentoo.org/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13.  
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from /usr/bin/greetd...
  17. [New LWP 22008]
  18. [Thread debugging using libthread_db enabled]
  19. Using host libthread_db library "/lib64/libthread_db.so.1".
  20. Core was generated by `greetd'.
  21. #0 0x00007f2a8b8f6be6 in epoll_wait () from /lib64/libc.so.6
  22. (gdb) bt full
  23. #0 0x00007f2a8b8f6be6 in epoll_wait () from /lib64/libc.so.6
  24. No symbol table info available.
  25. #1 0x0000561249d1ddf3 in mio::sys::unix::epoll::Selector::select (self=0x56124a7c3a50, evts=0x7ffc40f375b8, awake
  26. ner=..., timeout=...)
  27. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.22/src/sys/unix/epoll.rs:72
  28. timeout_ms = -1
  29. #2 0x0000561249d148b5 in mio::poll::Poll::poll2 (self=0x56124a7c3a50, events=0x7ffc40f375b8, timeout=..., interru
  30. ptible=false)
  31. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.22/src/poll.rs:1178
  32. now = std::time::Instant (std::sys::unix::time::inner::Instant {t: std::sys::unix::time::Timespec {t: libc
  33. ::unix::timespec {tv_sec: 1002, tv_nsec: 858331774}}})
  34. #3 0x0000561249d145b2 in mio::poll::Poll::poll1 (self=0x56124a7c3a50, events=0x7ffc40f375b8, timeout=..., interru
  35. ptible=false)
  36. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.22/src/poll.rs:1139
  37. curr = 0
  38. zero = core::option::Option<core::time::Duration>::Some(core::time::Duration {secs: 0, nanos: 0})
  39. #4 0x0000561249d13f2d in mio::poll::Poll::poll (self=0x56124a7c3a50, events=0x7ffc40f375b8, timeout=...)
  40. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.22/src/poll.rs:1010
  41. No locals.
  42. #5 0x0000561249cd76bc in tokio::io::driver::Driver::turn (self=0x7ffc40f375b8, max_wait=...)
  43. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.11/src/io/driver/mod.rs:107
  44. No locals.
  45. #6 0x0000561249cd7d83 in tokio::io::driver::{{impl}}::park (self=0x7ffc40f375b8) at /home/angelo/.cargo/registry/
  46. src/github.com-1ecc6299db9ec823/tokio-0.2.11/src/io/driver/mod.rs:176
  47. No locals.
  48. #7 0x0000561249c548b4 in tokio::park::either::{{impl}}::park<tokio::io::driver::Driver,tokio::park::thread::ParkT
  49. hread> (self=0x7ffc40f375b0)
  50. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.11/src/park/either.rs:28
  51. a = 0x7ffc40f375b8
  52. #8 0x0000561249bf43ad in tokio::time::driver::{{impl}}::park<tokio::park::either::Either<tokio::io::driver::Drive
  53. r, tokio::park::thread::ParkThread>> (self=0x7ffc40f37588)
  54. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.11/src/time/driver/mod.rs:261
  55. No locals.
  56. #9 0x0000561249c54953 in tokio::park::either::{{impl}}::park<tokio::time::driver::Driver<tokio::park::either::Eit
  57. her<tokio::io::driver::Driver, tokio::park::thread::ParkThread>>,tokio::park::either::Either<tokio::io::driver::Dr
  58. iver, tokio::park::thread::ParkThread>> (self=0x7ffc40f37580)
  59. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.11/src/park/either.rs:28
  60. a = 0x7ffc40f37588
  61. #10 0x0000561249c375a3 in tokio::runtime::basic_scheduler::SchedulerPriv::tick<tokio::park::either::Either<tokio::
  62. time::driver::Driver<tokio::park::either::Either<tokio::io::driver::Driver, tokio::park::thread::ParkThread>>, tok
  63. io::park::either::Either<tokio::io::driver::Driver, tokio::park::thread::ParkThread>>> (self=0x56124a7c82d0, local
  64. =0x7ffc40f37580)
  65. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.11/src/runtime/basic_scheduler.rs:18
  66. 7
  67. next = core::option::Option<tokio::task::Task<tokio::runtime::basic_scheduler::SchedulerPriv>>::None
  68. tick = 93
  69. __next = 0
  70. iter = core::ops::range::Range<usize> {start: 1, end: 61}
  71. #11 0x0000561249c3794c in tokio::runtime::basic_scheduler::BasicScheduler<tokio::park::either::Either<tokio::time:
  72. :driver::Driver<tokio::park::either::Either<tokio::io::driver::Driver, tokio::park::thread::ParkThread>>, tokio::p
  73. ark::either::Either<tokio::io::driver::Driver, tokio::park::thread::ParkThread>>>::block_on<tokio::park::either::E
  74. ither<tokio::time::driver::Driver<tokio::park::either::Either<tokio::io::driver::Driver, tokio::park::thread::Park
  75. Thread>>, tokio::park::either::Either<tokio::io::driver::Driver, tokio::park::thread::ParkThread>>,core::future::f
  76. rom_generator::GenFuture<generator-0>> (self=0x7ffc40f37578, future=...) at /home/angelo/.cargo/registry/src/githu
  77. b.com-1ecc6299db9ec823/tokio-0.2.11/src/runtime/basic_scheduler.rs:142
  78. future = core::pin::Pin<&mut core::future::from_generator::GenFuture<generator-0>> {pointer: 0x7ffc40f33af
  79. 0}
  80. cx = core::task::wake::Context {waker: 0x7ffc40f32bb8, _marker: core::marker::PhantomData<fn(&()) -> &()>}
  81. waker = core::mem::manually_drop::ManuallyDrop<core::task::wake::Waker> {value: core::task::wake::Waker {w
  82. aker: core::task::wake::RawWaker {data: 0x56124a7c82d0, vtable: 0x561249dec0e0}}}
  83. raw_waker = core::task::wake::RawWaker {data: 0x56124a7c82d0, vtable: 0x561249dec0e0}
  84. _enter = tokio::runtime::enter::Enter {_p: core::marker::PhantomData<core::cell::RefCell<()>>}
  85. _guard = tokio::runtime::basic_scheduler::{{impl}}::block_on::Guard {old: 0x0}
  86. scheduler = 0x56124a7c82d0
  87. local = 0x7ffc40f37580
  88. #12 0x0000561249c2da99 in tokio::runtime::{{impl}}::block_on::{{closure}}<core::future::from_generator::GenFuture<
  89. generator-0>> ()
  90. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.11/src/runtime/mod.rs:411
  91. exec = 0x7ffc40f37578
  92. kind = 0x7ffc40f37570
  93. future = core::future::from_generator::GenFuture<generator-0> (<error reading variable>
  94. #13 0x0000561249c357f2 in tokio::runtime::context::enter<closure-0,()> (new=..., f=...) at /home/angelo/.cargo/reg
  95. istry/src/github.com-1ecc6299db9ec823/tokio-0.2.11/src/runtime/context.rs:72
  96. _guard = tokio::runtime::context::enter::DropGuard (core::option::Option<tokio::runtime::handle::Handle>::
  97. None)
  98. #14 0x0000561249c043cf in tokio::runtime::handle::Handle::enter<closure-0,()> (self=0x7ffc40f375e8, f=...)
  99. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.11/src/runtime/handle.rs:34
  100. No locals.
  101. #15 0x0000561249c2da0d in tokio::runtime::Runtime::block_on<core::future::from_generator::GenFuture<generator-0>>
  102. (self=0x7ffc40f37570, future=...)
  103. at /home/angelo/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.11/src/runtime/mod.rs:408
  104. kind = 0x7ffc40f37570
  105. #16 0x0000561249c0aa4a in greetd::main () at greetd/src/main.rs:32
  106. No locals.
  107. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement