[ts-gen] Cross-session order modification and cancellation ...

Nils Gebhardt mail at ngebhardt.de
Tue Nov 25 01:48:32 EST 2008


Bill, 

I had some progress: 

* turning off the o3 flag and recompiling resulted no Seg faults any
more and shows the following: 

./shim --data

          The trading shim has connected to the database server
Scan: 2 6 0 <s01>
Term: BarSize type       (nil)
Grammar rule: Terminal (type)
Grammar rule: Compound (BarSize)
Syntax error:
Cursor state: probe; text is:
Terminal tag: name:type index:1
1|s01|

Dbms: 0 BarSize 1
Dbms: 1 BarSize s01

Problem: 514 a db tuple could not be typechecked
Exiting


* the output reminded me that I didn't have re-setup the data base - 
sorry, I should have come to this point a bit quicker. After having done
this, I also could compile with optimization turned on and it runs
fine. 


* Is data base re-setup necessary with each new release, and how can
potential data loss best avoided?

* sourcing the setup.sql script ends with the following line, I don't
know wether it is of importance: 



fected (0.00 sec)
Records: 8  Duplicates: 0  Warnings: 0

ERROR 1044 (42000): Access denied for user 'code'@'localhost' to
database 'mysql'
ERROR 1146 (42S02): Table 'trading.user' doesn't exist
ERROR 1146 (42S02): Table 'trading.db' doesn't exist
ERROR 1146 (42S02): Table 'trading.tables_priv' doesn't exist
ERROR 1146 (42S02): Table 'trading.user' doesn't exist
ERROR 1146 (42S02): Table 'trading.db' doesn't exist
ERROR 1146 (42S02): Table 'trading.db' doesn't exist
ERROR 1146 (42S02): Table 'trading.db' doesn't exist
ERROR 1146 (42S02): Table 'trading.db' doesn't exist
ERROR 1227 (42000): Access denied; you need the RELOAD privilege for
this operation
ERROR 1146 (42S02): Table 'trading.tables_priv' doesn't exist
ERROR 1227 (42000): Access denied; you need the RELOAD privilege for
this operation
Query OK, 0 rows affected (0.00 sec)





Thanks,

Nils




On Mon, 2008-11-24 at 15:48 -0500, pippin at owlriver.net wrote:

> 
> You probably realize that the Makefile no longer compiles with
> debugging included:
> 
>     CFLAGS   := -Wall -g
>     #FLAGS   := -Wall -O3
> 
> If you wish to work on this problem in parallel with what I'm doing,





More information about the ts-general mailing list