Opened 15 years ago
Closed 14 years ago
#560 closed Bug (fixed)
faulty handling of command line options
Reported by: | pbenner | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.00 |
Component: | GTK+ Client | Version: | 0.96 |
Severity: | Normal | Keywords: | |
Cc: |
Description
transmission segfaults when passing command line options that are unknown, e.g.:
$ ./transmission -k (transmission:23138): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed (transmission:23138): GLib-CRITICAL **: g_hash_table_insert: assertion `hash_table != NULL' failed [...] zsh: segmentation fault ./transmission -k
Change History (2)
comment:1 Changed 14 years ago by crf
comment:2 Changed 14 years ago by charles
- Milestone changed from None Set to 1.00
- Resolution set to fixed
- Status changed from new to closed
fixed in svn r4379
Note: See
TracTickets for help on using
tickets.
This is likely the same as http://transmission.m0k.org/trac/ticket/523