Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash when copy/edit app then change experiment to use new app #198

Closed
zbeekman opened this issue Oct 6, 2017 · 3 comments
Closed

crash when copy/edit app then change experiment to use new app #198

zbeekman opened this issue Oct 6, 2017 · 3 comments
Labels

Comments

@zbeekman
Copy link
Member

zbeekman commented Oct 6, 2017

[ibeekman@ln1 hpgmg]$ tau experiment edit ln1-hpgmg-profile-compinst --application hpgmg-noomp
[TAU] XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[TAU]
[TAU] CRITICAL
[TAU]
[TAU] An unexpected AttributeError exception was raised:
[TAU]
[TAU] 'NoneType' object has no attribute 'eid'
[TAU]
[TAU] Traceback (most recent call last):
[TAU]   File "/home/ibeekman/taucmdr-1.2.0/bin/tau", line 70, in <module>
[TAU]     sys.exit(cli_main_cmd.main(sys.argv[1:]))
[TAU]   File "/gpfs/home/ibeekman/taucmdr-1.2.0/bin/../packages/taucmdr/cli/commands/__main__.py", line 132, in main
[TAU]     return cli.execute_command([cmd], cmd_args)
[TAU]   File "/gpfs/home/ibeekman/taucmdr-1.2.0/bin/../packages/taucmdr/cli/__init__.py", line 298, in execute_command
[TAU]     return main(cmd_args or [])
[TAU]   File "/gpfs/home/ibeekman/taucmdr-1.2.0/bin/../packages/taucmdr/cli/cli_view.py", line 87, in main
[TAU]     return cli.execute_command([args.subcommand], args.options, self.module_name)
[TAU]   File "/gpfs/home/ibeekman/taucmdr-1.2.0/bin/../packages/taucmdr/cli/__init__.py", line 298, in execute_command
[TAU]     return main(cmd_args or [])
[TAU]   File "/gpfs/home/ibeekman/taucmdr-1.2.0/bin/../packages/taucmdr/cli/commands/experiment/edit.py", line 51, in main
[TAU]     data[attr] = record.eid
[TAU] AttributeError: 'NoneType' object has no attribute 'eid'
[TAU]
[TAU] This is a bug in TAU Commander.
[TAU] Please send '/gpfs/home/ibeekman/.tau/debug_log' to <support@paratools.com> for assistance.
[TAU]
[TAU] XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

debug_log.txt.gz

@jlinford jlinford added the bug label Oct 6, 2017
jlinford added a commit that referenced this issue Oct 6, 2017
@jlinford
Copy link
Contributor

jlinford commented Oct 6, 2017

Should be fixed, please test.

@zbeekman
Copy link
Member Author

zbeekman commented Oct 6, 2017

Fixed on which branch? Also, what's the best way to reinstall/update installed taucmdr? Just another make clean && make install?

@zbeekman
Copy link
Member Author

zbeekman commented Oct 6, 2017

Seems to work now. Took quite some time to reinstall taucmdr and re-init a new project.

@zbeekman zbeekman closed this as completed Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants