Advertisement
Guest User

Untitled

a guest
May 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.08 KB | None | 0 0
  1.  
  2. edulix@edulix-laptop ~/proyectos/kde4/src $ valgrind kdevelop
  3. ==721== Memcheck, a memory error detector
  4. ==721== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
  5. ==721== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info
  6. ==721== Command: kdevelop
  7. ==721==
  8. QObject::connect: Connecting from COMPAT signal (KTabBar::closeRequest(int))
  9. ==721== Invalid read of size 4
  10. ==721==    at 0x5095941: SharedMemory::removeEntry(unsigned int) (kshareddatacache.cpp:1134)
  11. ==721==    by 0x5096185: KSharedDataCache::insert(QString const&, QByteArray const&) (kshareddatacache.cpp:1256)
  12. ==721==    by 0x8A1C8B3: KIconLoaderPrivate::insertCachedPixmapWithPath(QString const&, QPixmap const&, QString const&) (kiconloader.cpp:835)
  13. ==721==    by 0x8A1E2CC: KIconLoader::loadIcon(QString const&, KIconLoader::Group, int, int, QStringList const&, QString*, bool) const (kiconloader.cpp:1312)
  14. ==721==    by 0x8A18C14: KIconEngine::pixmap(QSize const&, QIcon::Mode, QIcon::State) (kiconengine.cpp:93)
  15. ==721==    by 0x9C52957: QIcon::pixmap(QSize const&, QIcon::Mode, QIcon::State) const (qicon.cpp:669)
  16. ==721==    by 0xD4E4A9A: Sublime::AreaTabButton::AreaTabButton(QString, QIcon, unsigned int, QWidget*, bool, QWidget*) (mainwindow_p.cpp:766)
  17. ==721==    by 0xD4DC2F7: Sublime::AreaTabBar::addCustomTab(QString, QIcon, bool, QString, QWidget*) (mainwindow_p.h:93)
  18. ==721==    by 0xD4D94A7: Sublime::MainWindow::setupAreaSelector() (mainwindow.cpp:100)
  19. ==721==    by 0x560DEC1: KDevelop::MainWindow::setupAreaSelector() (mainwindow.cpp:340)
  20. ==721==    by 0x560CD1E: KDevelop::MainWindow::loadSettings() (mainwindow.cpp:207)
  21. ==721==    by 0xD4D9C86: Sublime::MainWindow::setArea(Sublime::Area*) (mainwindow.cpp:147)
  22. ==721==  Address 0x14510eafc is not stack'd, malloc'd or (recently) free'd
  23. ==721==
  24. KCrash: crashing... crashRecursionCounter = 2
  25. KCrash: Application Name = kdevelop path = /media/home/edulix/proyectos/kde4/bin pid = 721
  26. KCrash: Attempting to start /home/edulix/proyectos/kde4/lib/kde4/libexec/drkonqi from kdeinit
  27. sock_file=/home/edulix/.kde/socket-edulix-laptop/kdeinit4__0
  28. Killed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement