https://bugs.kde.org/show_bug.cgi?id=525351

            Bug ID: 525351
           Summary: Segfault when using Konsole to diagnose 524285
    Classification: Applications
           Product: konsole
      Version First 26.04.3
       Reported In:
          Platform: EndeavourOS
                OS: Linux
            Status: REPORTED
          Severity: crash
          Priority: NOR
         Component: general
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

DESCRIPTION
I was running Ktorrent built from sources, with some extra `qDebug` inserted,
trying to diagnose the problem happening as mentioned in 524285.

STEPS TO REPRODUCE
0. Set konsole -> Current Profile Settings -> Scrolling -> Scrollback =
Unlimited
1. Build and run ktorrent from konsole using run.sh (check run.sh below)
2. Wait

OBSERVED RESULT
konsole segfault

EXPECTED RESULT
No segfault in konsole

SOFTWARE/OS VERSIONS
ktorrent and libktorrent from sources with libktorrent built with ASAN
konsole 26.04.3
Operating System: EndeavourOS 
KDE Plasma Version: 6.7.4
KDE Frameworks Version: 6.29.0
Qt Version: 6.11.1
Kernel Version: 7.1.8-arch1-3 (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION
run.sh
```
#!/bin/bash

cd $(dirname $BASH_SOURCE)

echo $BASH_SOURCE
echo "------------------------------------------------------------------------"
cat $BASH_SOURCE
echo "========================================================================"

source prefix.sh
# export QT_LOGGING_RULES=kf.kio.core=false
export QT_LOGGING_RULES=*.*=false
export ASAN_OPTIONS=halt_on_error=0:allocator_release_to_os_interval_ms=1

echo "Logging:" $QT_LOGGING_RULES
echo "ASAN Opts: " $ASAN_OPTIONS

export LD_PRELOAD=/usr/lib/libasan.so.8

bin/ktorrent
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to