• another 3 bugs of syncterm

    From Ragnarok@VERT/DOCKSUD to DOVE-Net.Synchronet_Programming_C+ on Tuesday, April 28, 2015 11:41:59
    Deuce sorry for the bulling! =)

    i found another 3 bugs:

    1) Syncterm crash on exit if use X11 interface here the backtrace:

    (gdb) set args -iX
    (gdb) r
    Starting program: /usr/bin/syncterm -iX
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
    [New Thread 0x7ffff0878700 (LWP 29861)]
    [New Thread 0x7ffff7ff5700 (LWP 29862)]
    [New Thread 0x7ffff7fe4700 (LWP 29863)]
    [New Thread 0x7fffebfff700 (LWP 29864)]
    [New Thread 0x7fffeb7fe700 (LWP 29865)]
    [Thread 0x7ffff0878700 (LWP 29861) exited]

    Program received signal SIGSEGV, Segmentation fault.
    __GI___pthread_mutex_lock (mutex=0x8afc00) at
    ../nptl/pthread_mutex_lock.c:66
    66 ../nptl/pthread_mutex_lock.c: No existe el fichero o el directorio. (gdb) bt
    #0 __GI___pthread_mutex_lock (mutex=0x8afc00)
    at ../nptl/pthread_mutex_lock.c:66
    #1 0x00007ffff5fdd5e7 in XrmDestroyDatabase ()
    from /usr/lib/x86_64-linux-gnu/libX11.so.6
    #2 0x00007ffff5fc4cd3 in _XFreeDisplayStructure ()
    from /usr/lib/x86_64-linux-gnu/libX11.so.6
    #3 0x00007ffff5fb1e5f in XCloseDisplay ()
    from /usr/lib/x86_64-linux-gnu/libX11.so.6
    #4 0x00007ffff6a620ae in X11_VideoQuit (this=0x8accf0)
    at ./src/video/x11/SDL_x11video.c:1544
    #5 0x00007ffff6a5442e in SDL_VideoQuit () at ./src/video/SDL_video.c:1365
    #6 0x00007ffff6a2e065 in SDL_QuitSubSystem (flags=flags@entry=65535)
    at ./src/SDL.c:196
    #7 0x00007ffff6a2e10e in SDL_Quit () at ./src/SDL.c:222
    #8 0x00007ffff6cf6bc9 in __run_exit_handlers (status=0,
    listp=0x7ffff70625a8 <__exit_funcs>,
    run_list_atexit=run_list_atexit@entry=true) at exit.c:82
    #9 0x00007ffff6cf6c15 in __GI_exit (status=<optimized out>) at exit.c:104
    #10 0x00007ffff6ce0b4c in __libc_start_main (main=0x404290 <main>, argc=2,
    argv=0x7fffffffe1c8, init=<optimized out>, fini=<optimized out>,
    rtld_fini=<optimized out>, stack_end=0x7fffffffe1b8) at libc-start.c:321 #11 0x000000000040451d in _start ()
    (gdb)

    2) syncterm start in green color if use overlay interface -iO, then when connect, return to normal colors console:

    screenshot: http://picpaste.com/Pantallazo-yuVaoMc0.png

    3) stretch window do not work in surface mode:

    screenshot: http://picpaste.com/Pantallazo-1-eaTvDfH7.png

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://www.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Deuce@VERT/SYNCNIX to Ragnarok on Tuesday, April 28, 2015 16:15:31
    Re: another 3 bugs of syncterm
    By: Ragnarok to DOVE-Net.Synchronet_Programming_C+ on Tue Apr 28 2015 11:41 am

    3) stretch window do not work in surface mode:

    screenshot: http://picpaste.com/Pantallazo-1-eaTvDfH7.png

    This is expected and not a bug. If you want to resize abritrarily, you need to
    use Overlay mode.

    1) Syncterm crash on exit if use X11 interface here the backtrace:

    This one is interesting, it looks like either an X11 or SDL bug.

    2) syncterm start in green color if use overlay interface -iO, then when connect, return to normal colors console:

    screenshot: http://picpaste.com/Pantallazo-yuVaoMc0.png

    I'll take a look, thanks.

    ---
    http://DuckDuckGo.com/ a better search engine that respects your privacy.
    þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)
  • From Deuce@VERT/SYNCNIX to Ragnarok on Wednesday, April 29, 2015 15:18:34
    Re: another 3 bugs of syncterm
    By: Deuce to Ragnarok on Tue Apr 28 2015 04:15 pm

    3) stretch window do not work in surface mode:

    screenshot: http://picpaste.com/Pantallazo-1-eaTvDfH7.png

    This is expected and not a bug. If you want to resize abritrarily, you need to use Overlay mode.

    Ah, there was a bug in Overlay mode resizing (fixed now).

    2) syncterm start in green color if use overlay interface -iO, then when connect, return to normal colors console:

    screenshot: http://picpaste.com/Pantallazo-yuVaoMc0.png

    I'll take a look, thanks.

    Fixed now.

    1) Syncterm crash on exit if use X11 interface here the backtrace:

    This one is interesting, it looks like either an X11 or SDL bug.

    Still unable to reproduce this one.

    ---
    http://DuckDuckGo.com/ a better search engine that respects your privacy.
    þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)