Search found 9 matches

by hehimself
Mon Sep 13, 2021 5:39 am
Forum: Ember Support
Topic: How to solve "missing jump pointer" runtime error?
Replies: 10
Views: 2451775

Re: How to solve "missing jump pointer" runtime error?

Thanks David, I really appreciate your help! Looking forward to seeing Ember 2.2 Regards, Gerhard
by hehimself
Fri Sep 10, 2021 8:53 am
Forum: Ember Support
Topic: How to solve "missing jump pointer" runtime error?
Replies: 10
Views: 2451775

Re: How to solve "missing jump pointer" runtime error?

Yep, segmentation fault. Here's some data:

#
# mSQL Dump (requires mSQL 3.0 or newer)
#
# Host: localhost Database: kontakt
#--------------------------------------------------------


#
# Table structure for table 'region'
#
CREATE TABLE region (
re_schluessel CHAR(1) NOT NULL,
re_text CHAR(10 ...
by hehimself
Fri Sep 10, 2021 5:35 am
Forum: Ember Support
Topic: How to solve "missing jump pointer" runtime error?
Replies: 10
Views: 2451775

Re: How to solve "missing jump pointer" runtime error?

Here's what I found with Ember-2.1 on my Ubuntu rack: Ember is running, but it does not access data from msql. This code snippet which runs fine on Ember-2.0 now stops in the while loop. The HTML file stops with <select name="ku_region">, so I assume that Ember-2.1 cannot access data from $res ...
by hehimself
Thu Sep 09, 2021 1:42 pm
Forum: Ember Support
Topic: type cast voodoo
Replies: 1
Views: 98797

type cast voodoo

Hi,

could somebody please check the following code (end of post) on an Ember system? I get different results on my 2 systems. The old Debian rack with Ember-1.9 produces the expected output:

digit=0
string=07727
digit=7727
string=7728
digit=7728
and so on

My new Ubuntu rack drives me crazy with ...
by hehimself
Thu Sep 09, 2021 1:26 pm
Forum: Ember Support
Topic: How to solve "missing jump pointer" runtime error?
Replies: 10
Views: 2451775

Re: How to solve "missing jump pointer" runtime error?

Hi David,

thanks for your clarifications. Meanwhile I recoded all while loops using the workaround described above. Also I found out that all of the Apache errors posted above are "normal" at debug level. The guy at our computing center advised me to turn debug level off which I did. Anyway, my ...
by hehimself
Mon Sep 06, 2021 7:41 am
Forum: Ember Support
Topic: How to solve "missing jump pointer" runtime error?
Replies: 10
Views: 2451775

Re: How to solve "missing jump pointer" runtime error?

Hi,

after installing Ember-2.1 all pages with Ember code do not produce any output. The error.log created by submitting just one request from page haupt.html to an Ember page query-ident.ehtml is overwhelming:

[Mon Sep 06 09:20:27.425451 2021] [socache_shmcb:debug] [pid 2667720] mod_socache_shmcb ...
by hehimself
Wed Sep 01, 2021 6:41 am
Forum: Ember Support
Topic: How to solve "missing jump pointer" runtime error?
Replies: 10
Views: 2451775

How to solve "missing jump pointer" runtime error?

Hi,

I'm having trouble with Ember 2.0 on a new Ubuntu machine. I migrated from
Debian / Ember 1.9 to the new machine and everything seemed to work fine.

I now run into an error in a seldomly used script. It's a while loop using
three exit terms. The loop runs to the end as expected as I can see ...
by hehimself
Fri Oct 25, 2019 3:13 pm
Forum: Ember Support
Topic: += operator not working anymore?
Replies: 2
Views: 116054

Re: += operator not working anymore?

A little followup:

I started with Debian 10 Buster. After some discussions with the guys at IT I switched to Ubuntu 14. I again ran into the already discussed and solved error with popen_exec.c. Other than Debian the Ubuntu compiler threw a couple of warnings, usually complaining about destination ...
by hehimself
Wed Oct 23, 2019 2:16 pm
Forum: Ember Support
Topic: += operator not working anymore?
Replies: 2
Views: 116054

+= operator not working anymore?

I just upgraded from Ember 1.9 to Ember 2.0. First thing I tried was recompiling my libraries that compile smoothly with Ember 1.9. Ember 2.0 throws a syntax error at a construct similar to '$a += $b;'

Error at line 587 of script 'library.lite'.
Error is 'syntax error near [+=]'

When I change to ...