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

Raúl <rasas...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rasas...@gmail.com

--- Comment #1 from Raúl <rasas...@gmail.com> ---
Haven't had the time to go deeper into this, but I was trying to heaptrack my
native C application and in the debugging of the heaptrack plugin crash what I
found this code path:
In Plugin::launchHeaptrack
  auto heaptrackJob = new Job(defaultLaunch);
In Job::Job(KDevelop::ILaunchConfiguration* launchConfig) : m_pid(-1)
  m_analyzedExecutable = iface->executable(launchConfig,
errorString).toLocalFile();

With GDB by single stepping into this latter iface->executable I got into the
"QUrl ExecutePlasmoidPlugin::executable(ILaunchConfiguration* config, QString&
/*error*/) const"
function (in ./plugins/executeplasmoid/executeplasmoidplugin.cpp:58)

I guess this was not the correct function to call this time, I would have
rather expected to go into "QUrl ExecutePlugin::executable( ... )". Therefore
the executable name was empty and the plugin somehow crashed in the Job
destructor.

Find below the relevant launch configuration:
[Launch][Launch Configuration 0]
Configured Launch Modes=execute
Configured Launchers=nativeAppLauncher
Name=cim
Type=Native Application

[Launch][Launch Configuration 0][Data]
Arguments=
Debugger Shell=
Dependencies=@Variant(\x00\x00\x00\t\x00\x00\x00\x00\x01\x00\x00\x00\x0b\x00\x00\x00\x00\x03\x00\x00\x00"\x00C\x00I\x00V\x00I\x00A\x00_\x00R\x00S\x004\x008\x005\x00_\x00L\x00i\x00n\x00u\x00x\x00\x00\x00\x06\x00s\x00r\x00c\x00\x00\x00\x12\x00c\x00i\x00v\x00i\x00a\x00_\x00c\x00i\x00m)
Dependency Action=Build
Display Demangle Names=true
Display Static Members=false
EnvironmentGroup=
Executable=file:///home/user/cim
External Terminal=konsole --noclose --workdir %workdir -e %exe
GDB Path=
Project Target=cim,src,cim
Remote GDB Config Script=
Remote GDB Run Script=
Remote GDB Shell Script=
Start With=ApplicationOutput
Use External Terminal=false
Working Directory=
isExecutable=false

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

Reply via email to