rt2x00.serialmonkey.com

Support forum for the rt2x00 project
It is currently Fri May 24, 2013 6:10 am

All times are UTC




Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Thu Oct 04, 2007 3:22 pm 
Offline

Joined: Thu Oct 04, 2007 3:13 pm
Posts: 2
I'd just installed suse 10.3 on my laptop. Configured the driver for rt2500 en Rutilt. All went wel, no complaints about faults. When I will using Rutilt I get the message :

terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
Aborted

After this message Rutilt aborted. What means this message and how can I repair it so I can use Rutilt.

Thank you for your help


Top
 Profile  
 
 Post subject: Bug
PostPosted: Sun Oct 07, 2007 9:49 am 
Offline

Joined: Sun Jun 26, 2005 10:26 am
Posts: 1685
Location: Marseille, France
Hello,
I have received many report of this bug, I cannot reproduce it but I'm trying to fix it. It would be helpful if you could recompile and run rutilt with debug enabled :
./configure.sh --debug
make
./rutilt
And post the trace here.

Thanks,
Romain

_________________
RutilT developer


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 10, 2007 12:23 am 
Offline

Joined: Wed Oct 10, 2007 12:15 am
Posts: 3
before I post a trace: is there any key in the trace I should anonymize?

Could it be due to a compiler update from SuSE 10.2 --> 10.3?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 10, 2007 8:15 am 
Offline

Joined: Sun Jun 03, 2007 4:00 pm
Posts: 195
Location: France
Sebo wrote:
Could it be due to a compiler update from SuSE 10.2 --> 10.3?
I don't think so. It happens on other distributions.
I have it on Mandriva too.

I can already say that in debug mode the behavior is different.
RutilT is still crashing with the same error, but this time, before the crash the job is done.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 10, 2007 11:29 am 
Offline

Joined: Wed Oct 10, 2007 12:15 am
Posts: 3
attaching debug trace. In my setup the crash always happens when I want to apply a profile. However, the connection is successful, just Rutilt dies.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 10, 2007 11:32 am 
Offline

Joined: Wed Oct 10, 2007 12:15 am
Posts: 3
second try


Attachments:
File comment: debug.txt
debug.txt [5.04 KiB]
Downloaded 89 times
Top
 Profile  
 
 Post subject: Thanks
PostPosted: Thu Oct 11, 2007 6:59 am 
Offline

Joined: Sun Jun 26, 2005 10:26 am
Posts: 1685
Location: Marseille, France
Thank you for the trace, the program crashes at the same for place for everybody at least. Now, I'm trying to figure out what is going wrong, and it just doesn't make sense so far :(.
Your comment is interesting Starcrasher, can you elaborate a bit more please?

_________________
RutilT developer


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 12, 2007 8:04 am 
Offline

Joined: Sun Jun 03, 2007 4:00 pm
Posts: 195
Location: France
If I go to the "Profiles" tab, choose a profile and click on "Apply" button then RutilT crash.

If rutilt was compiled without --debug option, the profile seems not applied. (This may need to be verified. The reason can be elsewhere since, in some circumstances, the rt73 driver cannot apply key without bringing down and up the interface)

If rutilt was compiled with --debug option, the profile is applied and even the set_ip.sh script is launched (dhclient is kill/started).

It's only an idea, but it seems that rutilt set the auth mode and encryption and then only kill the existing dhcp client and start a new one (by launching set_ip.sh).
If this is correct, it should kill the existing dhcp client before setting up parameters and then only launch a new dhcp client. It may need to separate the set_ip.sh script in two parts.


Attachments:
File comment: Bug-report generated by bug-buddy
rutilt-rapport-anomalie.txt [189.08 KiB]
Downloaded 84 times
Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 15, 2007 8:28 pm 
Offline

Joined: Sun Jun 26, 2005 10:26 am
Posts: 1685
Location: Marseille, France
Starcrasher wrote:
It's only an idea, but it seems that rutilt set the auth mode and encryption and then only kill the existing dhcp client and start a new one (by launching set_ip.sh).

Absolutely.
Starcrasher wrote:
If this is correct, it should kill the existing dhcp client before setting up parameters and then only launch a new dhcp client. It may need to separate the set_ip.sh script in two parts.

Why is it a problem?

_________________
RutilT developer


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 20, 2007 11:08 am 
Offline

Joined: Sun Jun 03, 2007 4:00 pm
Posts: 195
Location: France
Sorry for the late answer.
Well, I imagine changing parameters causes errors with the running dhcp client.
What happens if the current network address obtained by the running dhcp client is valid on the new selected network ? Does it appears connected even it is not ?


Top
 Profile  
 
 Post subject: dhcp
PostPosted: Sun Oct 21, 2007 9:22 am 
Offline

Joined: Sun Jun 26, 2005 10:26 am
Posts: 1685
Location: Marseille, France
I see your point, if a new connection is established and dhcp is used, then it should be no problem because the previous dhcp client will be killed, but if it's not the case, then the old dhclient (or whatever the client) will still be running, and the previously assigned address still used.

_________________
RutilT developer


Top
 Profile  
 
PostPosted: Mon Oct 22, 2007 11:57 am 
Offline

Joined: Mon Oct 22, 2007 8:02 am
Posts: 1
I have this problem, too.
My sistem is ubuntu Gutsy and rutilt is the distribution (ver. 0.15) compiled for ubuntu.

Program closes when I try to apply a profile or after connected to a network in the window where you can scan for available networks.

Then I have to reload rutilt again and the it works the same.

I will post soon the error message.

Meanwhile, any hints? Thank you


Top
 Profile  
 
 Post subject: Solved
PostPosted: Wed Oct 24, 2007 8:45 pm 
Offline

Joined: Sun Jun 26, 2005 10:26 am
Posts: 1685
Location: Marseille, France
The problem has been solved. I'll try to release a new version as soon as possible. Check the Ubuntu package, maybe the fix has been rolled in.

_________________
RutilT developer


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 06, 2007 7:48 pm 
Offline

Joined: Tue Aug 14, 2007 9:45 pm
Posts: 15
the official 0.15v have this fixed?


Top
 Profile  
 
 Post subject: No
PostPosted: Sat Nov 10, 2007 10:10 am 
Offline

Joined: Sun Jun 26, 2005 10:26 am
Posts: 1685
Location: Marseille, France
No, but I hope to release a new version very soon. I'll post a release candidate this week-end.

_________________
RutilT developer


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group