Application crashing at startup. Master
Thomas Baumgart
thb at net-bembel.de
Fri Jul 19 17:04:59 BST 2024
JV
can you please run the following commands and send the resulting list.txt
as attachment to this list?
find / -name reportsview.so | xargs ls -ltr > list.txt
find / -name reportsview.so | xargs md5sum >> list.txt
Don't worry about any permission errors that may show up and
please pay attention, that the second command has two > characters.
There is something really strange going on on your system which
we need to figure out.
Thomas
On Freitag, 19. Juli 2024 05:40:04 CEST kode Monk3y via KMyMoney-devel wrote:
> Ok. I was asked to send that.
>
> Here is what happens when I try to run the application from the
> terminal.
>
>
> [kod3monk3y at fedora-thinkpade15 build]$ kmymoney -n
> QSocketNotifier: Can only be used with threads started with QThread
> WebConnect: Starting server failed. Try to remove stale socket.
> WebConnect: Running in server mode
> QObject::connect(QAction, KReportsView): invalid nullptr parameter
> Segmentation fault (core dumped)
>
> thanks,
>
> JV
>
> On Thu, 2024-07-18 at 21:27 -0400, Jack via KMyMoney-devel wrote:
> > The build log is not helpful with a runtime crash. Please launch by
> > command line and post the output. You can also try launching with
> > "kmymone -n" to not load your data file, just in case there is some
> > problem there.
> >
> > On 7/18/24 9:13 PM, kode Monk3y via KMyMoney-devel wrote:
> >
> > > Hi all,
> > >
> > >
> > >
> > >
> > > The trouble I am having is the application crashes at startup.
> > >
> > > FYI I ran a new git clone and compiled then tried to run the
> > > application. Whether through kdevelop or terminal, I get the same
> > > crash.
> > >
> > >
> > > I have a script I use to build the application:
> > > {
> > >
> > > echo " Uninstall "
> > > sudo xargs rm < install_manifest.txt
> > > echo " Clearing the cache"
> > > rm CMakeCache.txt
> > > echo " Runinng cmake "
> > > ##cmake .. -DCMAKE_INSTALL_PREFIX=/usr -
> > > DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins -
> > > DCMAKE_BUILD_TYPE=Debugfull -ENABLE_UNFINISHEDFEATURES=on
> > > cmake .. -DCMAKE_INSTALL_PREFIX=/usr -
> > > DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins -
> > > DCMAKE_BUILD_TYPE=Debugfull -DENABLE_SQLSTORAGE=off -
> > > DENABLE_SQLCIPHER=off
> > > echo " running sudo "
> > > sudo make -j8
> > > echo " make install/fast "
> > > sudo make install
> > > echo " Complete "
> > > } >> rebuild.jv.log
> > >
> > > I basically just ran the make statement as specified in the
> > > telegram
> > > chat.
> > >
> > > I am attaching the output of make > log.txt 2>&1
> > >
> > >
> > > I look forward to any help any of you can give.
> > >
> > > thanks
> > >
> > > Jesse V.
>
--
Regards
Thomas Baumgart
-------------------------------------------------------------
Stay away from negative people. They have a problem for every solution!
-------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 868 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kmymoney-devel/attachments/20240719/a57947ad/attachment.sig>
More information about the KMyMoney-devel
mailing list