Opened 13 years ago
Closed 13 years ago
#2077 closed defect (fixed)
override flag broken
| Reported by: | Bill Janssen | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9.0 |
| Component: | Run-time | Version: | trunk |
| Keywords: | Cc: |
Description
OK, I can now compile camelbrake.mo, but when I try to run it with CSV output, it segfaults:
% ./camelbrake.testbench -r=foo.mat % ls -l foo.mat -rw-r--r-- 1 wjanssen wheel 113589 Feb 21 13:02 foo.mat % ./camelbrake.testbench -r=foo.csv -override "outputFormat=csv" Segmentation fault %
Attachments (1)
Change History (5)
by , 13 years ago
| Attachment: | camelbrake.mo added |
|---|
comment:2 by , 13 years ago
| Component: | Backend → Run-time |
|---|---|
| Owner: | changed from to |
comment:3 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Summary: | csv output broken → override flag broken |
CSV output isn't broken. It works just fine. However, when using -override (to change a parameter that doesn't exist) the code fails somewhere. I'll investigate it.
Note:
See TracTickets
for help on using tickets.
