[gradsusr] Segmentation fault in gradspy

Stephen Woodbridge stephenwoodbridge37 at gmail.com
Mon Jan 7 10:36:22 EST 2019


It looks like you have to do multiple gradspy.result() to segv like:

 >>> import gradspy
 >>> gradspy.start('-bl')
 >>> gradspy.result('time')
 >>>
 >>> gradspy.result('time')
Segmentation fault (core dumped)

or

 >>> import gradspy
 >>> gradspy.start('-bl')
 >>> gradspy.result('q time')
 >>> gradspy.result('time')
Segmentation fault (core dumped)

-Steve

On 1/7/2019 10:30 AM, Stephen Woodbridge wrote:
> Hi all,
>
> I just ran into a seg fault on my Ubuntu build of gradspy 2.2.1 and 
> since this build is based on hacking the build environment to work on 
> Ubuntu I'm not sure if this is my issue or a generic grads issue.
>
> can someone else try this and report back:
>
> import gradspy
> gradsy.start('-bl')
> gradspy.result('q qxinfo')
>
> I know the command should be 'q gxinfo', but it should not crash on a 
> typo either.
>
> -Steve
>


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



More information about the gradsusr mailing list