Package Details: geant4 11.2.2-1

Git Clone URL: https://aur.archlinux.org/geant4.git (read-only, click to copy)
Package Base: geant4
Description: A simulation toolkit for particle physics interactions.
Upstream URL: http://geant4.cern.ch/
Keywords: matter montecarlo radiation transport
Licenses: custom: http://geant4.cern.ch/license/
Conflicts: geant4_devel
Submitter: Eothred
Maintainer: donpicoro
Last Packager: donpicoro
Votes: 19
Popularity: 0.000174
First Submitted: 2010-04-08 08:54 (UTC)
Last Updated: 2024-06-25 16:12 (UTC)

Dependencies (25)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »

MarkH commented on 2014-01-19 11:20 (UTC)

I've posted the full output of running example B1 on a native installation (not a virtual machine) to http://pastebin.com/SZNfrvMV. The relevant error messages occur at the bottom: "Qt Warning - invalid keysym: dead_actute" Segmentation fault (core dumped)

donpicoro commented on 2014-01-18 16:45 (UTC)

mmm that is extrange, would it be possibe that there are missing dependencies? that could be it. Can you put the full error? As I told you it works for me so I'm guessing is a dependency issue.

MarkH commented on 2014-01-17 21:05 (UTC)

I have all of the data files installed and I've rebooted to source them. The example (and my own code) still crashes in the same place. $ env | grep G4 G4LEVELGAMMADATA=/usr/share/geant4-levelgammadata/PhotonEvaporation3.0 G4NEUTRONXSDATA=/usr/share/geant4-neutronxsdata/G4NEUTRONXS1.4 G4LEDATA=/usr/share/geant4-ledata/G4EMLOW6.35 G4NEUTRONHPDATA=/usr/share/geant4-neutronhpdata/G4NDL4.4 G4RADIOACTIVEDATA=/usr/share/geant4-radioactivedata/RadioactiveDecay4.0 G4ABLADATA=/usr/share/geant4-abladata/G4ABLA3.0 G4PIIDATA=/usr/share/geant4-piidata/G4PII1.3 G4SAIDXSDATA=/usr/share/geant4-saiddata/G4SAIDDATA1.1 G4REALSURFACEDATA=/usr/share/geant4-realsurfacedata/RealSurface1.0

donpicoro commented on 2014-01-17 20:18 (UTC)

ok, that was easy and I am lucky... fortunately I also got the segmentation fault otherwise I wouldn't have noticed that (as it seems) your problem is that you are missing the package geant4-saiddata which is an optional dependency and of geant4 also availabel in the AUR. I installed myself and it worked right away (do not forget to run "source /etc/profile.d/geant4.sh", log out and log in again, or reboot. Your choice. I hope that solves your problems. Please let me know how it goes.

MarkH commented on 2014-01-17 20:01 (UTC)

After building /usr/share/Geant4-10.0.0/examples/basic/B1/ and running ./exampleB1, the program crashes at the line 106 in exampleB1.cc. G4UIExecutive* ui = new G4UIExecutive(argc, argv); I'm running this in VirtualBox, so I get the error message: !!Assertion Failed!! Expression: RT_SUCCESS_NP(rc) Location : /build/virtualbox/src/VirtualBox-4.3.6/src/VBox/Runtime/common/misc/thread.cpp(227) void rtThreadLockRW() VERR_INVALID_HANDLE (-4) - Invalid loader handle. However, I have run the same program on a native installation and I get a normal "Segmentation Fault (core dumped)". Commands run: $ cmake /usr/share/Geant4-10.0.0/examples/basic/B1/ $ make $ ./exampleB1

donpicoro commented on 2014-01-17 10:51 (UTC)

Sorry... I am writing a paper this week and hadn't had time to have a look on whether even my own simulations are crashing. I will have a look over the weekend. Can you give me the details of the exact commands you ran so I can try to reproduce the crash and potentially fix it or file a corresponding bug report somewhere? Thanks. /Pico

MarkH commented on 2014-01-15 00:14 (UTC)

OK, now I think I've found a real problem. After upgrading to 4.10, any program with visualizations crashes with a segfault. For example, the first basic example (/usr/share/Geant4-10.0.0/examples/basic/B1/) compiles fine, but running it results in a segfault when calling UIManager->ApplyCommand("/control/execute init.mac"); Pure text output simulations work fine.

donpicoro commented on 2014-01-03 03:37 (UTC)

Hehe, new environment variables only require you to log out and log in again =P Rebooting, of course, also does the trick ;-) I am glad it is working. I am currently on holidays and I haven't had time to properly test it myself. Thanks for the feedback.

MarkH commented on 2014-01-03 01:37 (UTC)

Nevermind. Restarting my computer loaded the correct environment variables. All is well. Thanks for the hard work.

MarkH commented on 2014-01-03 01:27 (UTC)

After updating to 10.0, I'm having trouble running programs that ran under the previous version of geant4. I get the following error message: -------- EEEE ------- G4Exception-START -------- EEEE ------- *** G4Exception : em0003 issued by : G4SeltzerBergerModel::ReadData() Bremsstrahlung data file </usr/share/geant4-ledata/G4EMLOW6.32/brem_SB/br6> is not opened!G4LEDATA version should be G4EMLOW6.23 or later. *** Fatal Exception *** core dump *** -------- EEEE -------- G4Exception-END --------- EEEE ------- *** G4Exception: Aborting execution *** Aborted (core dumped) I have the latest geant4-ledata installed (6.35-1), so it seems like some definition in geant4 didn't get updated by the geant4-ledata package.