|
From: SourceForge.net <no...@so...> - 2009-12-30 20:17:04
|
Bugs item #2907681, was opened at 2009-12-03 00:33 Message generated for change (Comment added) made by onkarshinde You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=579699&aid=2907681&group_id=86462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: GUI Group: v1.3.x Status: Open Resolution: Accepted Priority: 7 Private: No Submitted By: Chitlesh Goorah (chitlesh) Assigned to: Nobody/Anonymous (nobody) Summary: Help -> about = crash Initial Comment: Hello there, It has been reported on the fedora bugzilla that gnusim8085 crashes when click about menu. I confirm the bug. The backtrace is attrached to this bug report : https://bugzilla.redhat.com/show_bug.cgi?id=542945 ---------------------------------------------------------------------- >Comment By: Onkar Shinde (onkarshinde) Date: 2009-12-31 01:47 Message: Chitlesh, Can you please explain why you needed to do these changes. There are no hard coded paths in configure.in. Also callbacks.c does not contain any patch to document folder. Further this looks like a packaging problem to me. It seems that the value of prefix passed to configure script is different than where the program actually gets installed. Also <prefix>/share/doc/<name>-<version> does not look a standard install location for documentation to me. It usually is <prefix>/share/doc/<name> only. ---------------------------------------------------------------------- Comment By: Chitlesh Goorah (chitlesh) Date: 2009-12-10 10:58 Message: I got it fixed and pushed to fedora updates: # RHBZ = 542945 sed -i \ "s|share/doc/\${PACKAGE}|share/doc/%{name}-%{version}|" \ configure.in sed -i "s|/usr/local/doc/GNUSim8085|%{_docdir}/%{name}-%{version}|" src/callbacks.c libtoolize --force --copy aclocal automake --add-missing autoconf ---------------------------------------------------------------------- Comment By: Chitlesh Goorah (chitlesh) Date: 2009-12-03 12:31 Message: No it doesn't print anything except "Segmentation fault" Backtrace: https://bugzilla.redhat.com/attachment.cgi?id=375010 ---------------------------------------------------------------------- Comment By: Onkar Shinde (onkarshinde) Date: 2009-12-03 12:10 Message: Chitlesh, Can you please try launching the application form command line and see if it prints anything before crashing? ---------------------------------------------------------------------- Comment By: Aanjhan (aanjhan) Date: 2009-12-03 00:46 Message: I can confirm the crash with svn head. But the Ubuntu package doesnt seem to crash. We might have to check the diff between the two source codes. I remember fixing a similar bug some time back. @Onkar - Any pointers? I will have a look tomorrow during FOSS.IN ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=579699&aid=2907681&group_id=86462 |