hi, using x11/pinot on amd64 -current produce a segfault at start. It doesn't
do anything useful before. Using ktrace I got those last lines:

  4959 pinot    RET   kbind 0
  4959 pinot    CALL  kbind(0x7f7ffffc0508,24,0x977e077a3de062c7)
  4959 pinot    RET   kbind 0
  4959 pinot    CALL  kbind(0x7f7ffffc02c8,24,0x977e077a3de062c7)
  4959 pinot    RET   kbind 0
  4959 pinot    CALL  write(11,0xa2c88463000,0x35)
  4959 pinot    GIO   fd 11 wrote 53 bytes
       "FilterFactory::loadFilters: Unable to resolve symbol
       "
  4959 pinot    RET   write 53/0x35
  4959 pinot    PSIG  SIGSEGV SIG_DFL code SEGV_MAPERR<1> addr=0x0 trapno=6
  4959 pinot    NAMI  "pinot.core"

egdb reports the following backtrace:

(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x000019206880afbd in 
Dijon::FilterFactory::loadFilters(std::__1::basic_string<char, 
std::__1::char_traits<char>, std::__1::allocator<char> > const&) ()
#2  0x00001920685e3a1f in main ()

Reply via email to